Html Css Color HEX #FCCB14 Turbo

📋 copy color: '#FCCB14'

red 252 ◦ green 203 ◦ blue 20

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

Shades of Turbo #FCCB14

Tints of Turbo #FCCB14

RGB

 RED value IS 252 (98.83% from 255) = 53.05%

 GREEN value IS 203 (79.69% from 255) = 42.74%

 BLUE value IS 20 (8.2% from 255) = 4.21%

R = 53.05%
G = 42.74%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCCB14 (or 0xFCCB14) is known color: Turbo. HEX triplet: FC, CB and 14. RGB value is (252,203,20). Sum of RGB (Red+Green+Blue) = 252+203+20=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCB14 is #0334EB. Grayscale: #C5C5C5. Windows color (decimal): -210156 or 1362940. OLE color: 1362940.

HSL color Cylindrical-coordinate representation of color #FCCB14: hue angle of 47.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCCB14 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 20 -
CMYK 0 0.19 0.92 0.01
HSL 47.33º 0.97% 0.53% -
HSV(B) 47.33º 0.92% 0.99% -
XYZ 61.63 63.46 9.66 -
YUV 196.79 28.23 167.38 -
System Red Green Blue C M Y K H S L
Decimal 252 203 20 0 0.19 0.92 0.01 47.33 0.97 0.53
Hex FC CB 14 0 13 5C 1 2F 61 35
Octal 374 313 24 0 23 134 1 57 141 65
Binary 11111100 11001011 10100 0 10011 1011100 1 101111 1100001 110101

Color Harmonies of #FCCB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB14

Black with #FCCB14

Text Example


Text Example

White with #FCCB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB14; }

 p { color: rgb(252,203,20); }

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

background-color css

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

 a { background-color: rgb(252,203,20); }

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

border-color css

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

 span { border-color: rgb(252,203,20); }

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