Html Css Color HEX #FCCC1A Turbo

📋 copy color: '#FCCC1A'

red 252 ◦ green 204 ◦ blue 26

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

Shades of Turbo #FCCC1A

Tints of Turbo #FCCC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.39%

R = 52.28%
G = 42.32%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCCC1A (or 0xFCCC1A) is known color: Turbo. HEX triplet: FC, CC and 1A. RGB value is (252,204,26). Sum of RGB (Red+Green+Blue) = 252+204+26=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC1A is #0333E5. Grayscale: #C6C6C6. Windows color (decimal): -209894 or 1756412. OLE color: 1756412.

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

Color convert

RGB 252 204 26 -
CMYK 0 0.19 0.90 0.01
HSL 47.26º 0.97% 0.55% -
HSV(B) 47.26º 0.9% 0.99% -
XYZ 61.92 63.96 10.06 -
YUV 198.06 30.9 166.47 -
System Red Green Blue C M Y K H S L
Decimal 252 204 26 0 0.19 0.90 0.01 47.26 0.97 0.55
Hex FC CC 1A 0 13 5A 1 2F 61 37
Octal 374 314 32 0 23 132 1 57 141 67
Binary 11111100 11001100 11010 0 10011 1011010 1 101111 1100001 110111

Color Harmonies of #FCCC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC1A

Black with #FCCC1A

Text Example


Text Example

White with #FCCC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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