Html Css Color HEX #FED921 Turbo

📋 copy color: '#FED921'

red 254 ◦ green 217 ◦ blue 33

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

Shades of Turbo #FED921

Tints of Turbo #FED921

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.06%

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

R = 50.4%
G = 43.06%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FED921 (or 0xFED921) is known color: Turbo. HEX triplet: FE, D9 and 21. RGB value is (254,217,33). Sum of RGB (Red+Green+Blue) = 254+217+33=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 33 (13.28% from 255 or 6.55% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FED921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED921 is #0126DE. Grayscale: #CFCFCF. Windows color (decimal): -75487 or 2218494. OLE color: 2218494.

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

Color convert

RGB 254 217 33 -
CMYK 0 0.15 0.87 0.00
HSL 49.95º 0.99% 0.56% -
HSV(B) 49.95º 0.87% 1% -
XYZ 65.96 70.81 11.63 -
YUV 207.09 29.76 161.46 -
System Red Green Blue C M Y K H S L
Decimal 254 217 33 0 0.15 0.87 0.00 49.95 0.99 0.56
Hex FE D9 21 0 F 57 0 32 63 38
Octal 376 331 41 0 17 127 0 62 143 70
Binary 11111110 11011001 100001 0 1111 1010111 0 110010 1100011 111000

Color Harmonies of #FED921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED921

Black with #FED921

Text Example


Text Example

White with #FED921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED921; }

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

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

background-color css

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

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

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

border-color css

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

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

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