Html Css Color HEX #FCCC15 Turbo

📋 copy color: '#FCCC15'

red 252 ◦ green 204 ◦ blue 21

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

Shades of Turbo #FCCC15

Tints of Turbo #FCCC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.4%

R = 52.83%
G = 42.77%
B = 4.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

#FCCC15 (or 0xFCCC15) is known color: Turbo. HEX triplet: FC, CC and 15. RGB value is (252,204,21). Sum of RGB (Red+Green+Blue) = 252+204+21=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC15 is #0333EA. Grayscale: #C6C6C6. Windows color (decimal): -209899 or 1428732. OLE color: 1428732.

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

Color convert

RGB 252 204 21 -
CMYK 0 0.19 0.92 0.01
HSL 47.53º 0.97% 0.54% -
HSV(B) 47.53º 0.92% 0.99% -
XYZ 61.87 63.94 9.79 -
YUV 197.49 28.4 166.88 -
System Red Green Blue C M Y K H S L
Decimal 252 204 21 0 0.19 0.92 0.01 47.53 0.97 0.54
Hex FC CC 15 0 13 5C 1 30 61 36
Octal 374 314 25 0 23 134 1 60 141 66
Binary 11111100 11001100 10101 0 10011 1011100 1 110000 1100001 110110

Color Harmonies of #FCCC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC15

Black with #FCCC15

Text Example


Text Example

White with #FCCC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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