Html Css Color HEX #FED920 Turbo

📋 copy color: '#FED920'

red 254 ◦ green 217 ◦ blue 32

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

Shades of Turbo #FED920

Tints of Turbo #FED920

RGB

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

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

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

R = 50.5%
G = 43.14%
B = 6.36%

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

#FED920 (or 0xFED920) is known color: Turbo. HEX triplet: FE, D9 and 20. RGB value is (254,217,32). Sum of RGB (Red+Green+Blue) = 254+217+32=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 32 (12.89% from 255 or 6.36% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FED920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED920 is #0126DF. Grayscale: #CFCFCF. Windows color (decimal): -75488 or 2152958. OLE color: 2152958.

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

Color convert

RGB 254 217 32 -
CMYK 0 0.15 0.87 0.00
HSL 50º 0.99% 0.56% -
HSV(B) 50º 0.87% 1% -
XYZ 65.95 70.8 11.56 -
YUV 206.97 29.26 161.54 -
System Red Green Blue C M Y K H S L
Decimal 254 217 32 0 0.15 0.87 0.00 50 0.99 0.56
Hex FE D9 20 0 F 57 0 32 63 38
Octal 376 331 40 0 17 127 0 62 143 70
Binary 11111110 11011001 100000 0 1111 1010111 0 110010 1100011 111000

Color Harmonies of #FED920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED920

Black with #FED920

Text Example


Text Example

White with #FED920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED920; }

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

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

background-color css

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

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

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

border-color css

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

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

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