Html Css Color HEX #FECC20 Turbo

📋 copy color: '#FECC20'

red 254 ◦ green 204 ◦ blue 32

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

Shades of Turbo #FECC20

Tints of Turbo #FECC20

RGB

 RED value IS 254 (99.61% from 255) = 51.84%

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

 BLUE value IS 32 (12.89% from 255) = 6.53%

R = 51.84%
G = 41.63%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FECC20 (or 0xFECC20) is known color: Turbo. HEX triplet: FE, CC and 20. RGB value is (254,204,32). Sum of RGB (Red+Green+Blue) = 254+204+32=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC20 is #0133DF. Grayscale: #C8C8C8. Windows color (decimal): -78816 or 2149630. OLE color: 2149630.

HSL color Cylindrical-coordinate representation of color #FECC20: hue angle of 46.49º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FECC20 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 204 32 -
CMYK 0 0.20 0.87 0.00
HSL 46.49º 0.99% 0.56% -
HSV(B) 46.49º 0.87% 1% -
XYZ 62.73 64.36 10.48 -
YUV 199.34 33.57 166.99 -
System Red Green Blue C M Y K H S L
Decimal 254 204 32 0 0.20 0.87 0.00 46.49 0.99 0.56
Hex FE CC 20 0 14 57 0 2E 63 38
Octal 376 314 40 0 24 127 0 56 143 70
Binary 11111110 11001100 100000 0 10100 1010111 0 101110 1100011 111000

Color Harmonies of #FECC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC20

Black with #FECC20

Text Example


Text Example

White with #FECC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC20; }

 p { color: rgb(254,204,32); }

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

background-color css

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

 a { background-color: rgb(254,204,32); }

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

border-color css

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

 span { border-color: rgb(254,204,32); }

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