Html Css Color HEX #FEC420 Turbo

📋 copy color: '#FEC420'

red 254 ◦ green 196 ◦ blue 32

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

Shades of Turbo #FEC420

Tints of Turbo #FEC420

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.66%

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

R = 52.7%
G = 40.66%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEC420 (or 0xFEC420) is known color: Turbo. HEX triplet: FE, C4 and 20. RGB value is (254,196,32). Sum of RGB (Red+Green+Blue) = 254+196+32=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC420 is #013BDF. Grayscale: #C3C3C3. Windows color (decimal): -80864 or 2147582. OLE color: 2147582.

HSL color Cylindrical-coordinate representation of color #FEC420: hue angle of 44.32º 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 #FEC420 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 196 32 -
CMYK 0 0.23 0.87 0.00
HSL 44.32º 0.99% 0.56% -
HSV(B) 44.32º 0.87% 1% -
XYZ 60.87 60.65 9.87 -
YUV 194.65 36.22 170.34 -
System Red Green Blue C M Y K H S L
Decimal 254 196 32 0 0.23 0.87 0.00 44.32 0.99 0.56
Hex FE C4 20 0 17 57 0 2C 63 38
Octal 376 304 40 0 27 127 0 54 143 70
Binary 11111110 11000100 100000 0 10111 1010111 0 101100 1100011 111000

Color Harmonies of #FEC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC420

Black with #FEC420

Text Example


Text Example

White with #FEC420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC420; }

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

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

background-color css

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

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

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

border-color css

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

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

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