Html Css Color HEX #FCCC13 Turbo

📋 copy color: '#FCCC13'

red 252 ◦ green 204 ◦ blue 19

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

Shades of Turbo #FCCC13

Tints of Turbo #FCCC13

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.95%

 BLUE value IS 19 (7.81% from 255) = 4%

R = 53.05%
G = 42.95%
B = 4%

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

#FCCC13 (or 0xFCCC13) is known color: Turbo. HEX triplet: FC, CC and 13. RGB value is (252,204,19). Sum of RGB (Red+Green+Blue) = 252+204+19=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 19 (7.81% from 255 or 4% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC13 is #0333EC. Grayscale: #C6C6C6. Windows color (decimal): -209901 or 1297660. OLE color: 1297660.

HSL color Cylindrical-coordinate representation of color #FCCC13: hue angle of 47.64º 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 #FCCC13 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 19 -
CMYK 0 0.19 0.92 0.01
HSL 47.64º 0.97% 0.53% -
HSV(B) 47.64º 0.92% 0.99% -
XYZ 61.86 63.93 9.7 -
YUV 197.26 27.4 167.04 -
System Red Green Blue C M Y K H S L
Decimal 252 204 19 0 0.19 0.92 0.01 47.64 0.97 0.53
Hex FC CC 13 0 13 5C 1 30 61 35
Octal 374 314 23 0 23 134 1 60 141 65
Binary 11111100 11001100 10011 0 10011 1011100 1 110000 1100001 110101

Color Harmonies of #FCCC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC13

Black with #FCCC13

Text Example


Text Example

White with #FCCC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC13; }

 p { color: rgb(252,204,19); }

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

background-color css

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

 a { background-color: rgb(252,204,19); }

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

border-color css

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

 span { border-color: rgb(252,204,19); }

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