Html Css Color HEX #F5CE23 Turbo

📋 copy color: '#F5CE23'

red 245 ◦ green 206 ◦ blue 35

#F5CE23
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #F5CE23

Tints of Turbo #F5CE23

RGB

 RED value IS 245 (96.09% from 255) = 50.41%

 GREEN value IS 206 (80.86% from 255) = 42.39%

 BLUE value IS 35 (14.06% from 255) = 7.2%

R = 50.41%
G = 42.39%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F5CE23 (or 0xF5CE23) is known color: Turbo. HEX triplet: F5, CE and 23. RGB value is (245,206,35). Sum of RGB (Red+Green+Blue) = 245+206+35=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 35 (14.06% from 255 or 7.20% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE23 is #0A31DC. Grayscale: #C6C6C6. Windows color (decimal): -668125 or 2346741. OLE color: 2346741.

HSL color Cylindrical-coordinate representation of color #F5CE23: hue angle of 48.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5CE23 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 206 35 -
CMYK 0 0.16 0.86 0.04
HSL 48.86º 0.91% 0.55% -
HSV(B) 48.86º 0.86% 0.96% -
XYZ 60.03 63.68 10.72 -
YUV 198.17 35.92 161.4 -
System Red Green Blue C M Y K H S L
Decimal 245 206 35 0 0.16 0.86 0.04 48.86 0.91 0.55
Hex F5 CE 23 0 10 56 4 31 5B 37
Octal 365 316 43 0 20 126 4 61 133 67
Binary 11110101 11001110 100011 0 10000 1010110 100 110001 1011011 110111

Color Harmonies of #F5CE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CE23

Black with #F5CE23

Text Example


Text Example

White with #F5CE23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CE23; }

 p { color: rgb(245,206,35); }

 H1.HeaderClassName
 {
   color: #F5CE23;
 }
 .AnyTagClassName
 {
   color: #F5CE23;
 }
</style>

background-color css

<style>
 a { background-color: #F5CE23; }

 a { background-color: rgb(245,206,35); }

 div.DivClassName
 {
   background-color: #F5CE23;
 }
 .BgClassName
 {
   background-color: #F5CE23;
 }
</style>

border-color css

<style>
 span { border-color: #F5CE23; }

 span { border-color: rgb(245,206,35); }

 td.TdClassName
 {
   border-color: #F5CE23;
 }
 .TagClassName
 {
   border-color: #F5CE23;
 }
</style>