Html Css Color HEX #FED421 Turbo

📋 copy color: '#FED421'

red 254 ◦ green 212 ◦ blue 33

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

Shades of Turbo #FED421

Tints of Turbo #FED421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.61%

R = 50.9%
G = 42.48%
B = 6.61%

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

#FED421 (or 0xFED421) is known color: Turbo. HEX triplet: FE, D4 and 21. RGB value is (254,212,33). Sum of RGB (Red+Green+Blue) = 254+212+33=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 33 (13.28% from 255 or 6.61% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FED421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED421 is #012BDE. Grayscale: #CCCCCC. Windows color (decimal): -76767 or 2217214. OLE color: 2217214.

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

Color convert

RGB 254 212 33 -
CMYK 0 0.17 0.87 0.00
HSL 48.6º 0.99% 0.56% -
HSV(B) 48.6º 0.87% 1% -
XYZ 64.69 68.27 11.21 -
YUV 204.15 31.41 163.55 -
System Red Green Blue C M Y K H S L
Decimal 254 212 33 0 0.17 0.87 0.00 48.6 0.99 0.56
Hex FE D4 21 0 11 57 0 31 63 38
Octal 376 324 41 0 21 127 0 61 143 70
Binary 11111110 11010100 100001 0 10001 1010111 0 110001 1100011 111000

Color Harmonies of #FED421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED421

Black with #FED421

Text Example


Text Example

White with #FED421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED421; }

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

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

background-color css

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

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

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

border-color css

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

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

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