Html Css Color HEX #FED420 Turbo

📋 copy color: '#FED420'

red 254 ◦ green 212 ◦ blue 32

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

Shades of Turbo #FED420

Tints of Turbo #FED420

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.57%

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

R = 51%
G = 42.57%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FED420 (or 0xFED420) is known color: Turbo. HEX triplet: FE, D4 and 20. RGB value is (254,212,32). Sum of RGB (Red+Green+Blue) = 254+212+32=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 32 (12.89% from 255 or 6.43% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FED420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED420 is #012BDF. Grayscale: #CCCCCC. Windows color (decimal): -76768 or 2151678. OLE color: 2151678.

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

Color convert

RGB 254 212 32 -
CMYK 0 0.17 0.87 0.00
HSL 48.65º 0.99% 0.56% -
HSV(B) 48.65º 0.87% 1% -
XYZ 64.68 68.26 11.13 -
YUV 204.04 30.91 163.64 -
System Red Green Blue C M Y K H S L
Decimal 254 212 32 0 0.17 0.87 0.00 48.65 0.99 0.56
Hex FE D4 20 0 11 57 0 31 63 38
Octal 376 324 40 0 21 127 0 61 143 70
Binary 11111110 11010100 100000 0 10001 1010111 0 110001 1100011 111000

Color Harmonies of #FED420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED420

Black with #FED420

Text Example


Text Example

White with #FED420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED420; }

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

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

background-color css

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

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

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

border-color css

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

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

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