Html Css Color HEX #FED924 Turbo

📋 copy color: '#FED924'

red 254 ◦ green 217 ◦ blue 36

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

Shades of Turbo #FED924

Tints of Turbo #FED924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.1%

R = 50.1%
G = 42.8%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FED924 (or 0xFED924) is known color: Turbo. HEX triplet: FE, D9 and 24. RGB value is (254,217,36). Sum of RGB (Red+Green+Blue) = 254+217+36=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 36 (14.45% from 255 or 7.10% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FED924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED924 is #0126DB. Grayscale: #D0D0D0. Windows color (decimal): -75484 or 2415102. OLE color: 2415102.

HSL color Cylindrical-coordinate representation of color #FED924: hue angle of 49.82º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FED924 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 217 36 -
CMYK 0 0.15 0.86 0.00
HSL 49.82º 0.99% 0.57% -
HSV(B) 49.82º 0.86% 1% -
XYZ 66 70.82 11.86 -
YUV 207.43 31.26 161.22 -
System Red Green Blue C M Y K H S L
Decimal 254 217 36 0 0.15 0.86 0.00 49.82 0.99 0.57
Hex FE D9 24 0 F 56 0 32 63 39
Octal 376 331 44 0 17 126 0 62 143 71
Binary 11111110 11011001 100100 0 1111 1010110 0 110010 1100011 111001

Color Harmonies of #FED924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED924

Black with #FED924

Text Example


Text Example

White with #FED924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED924; }

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

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

background-color css

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

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

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

border-color css

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

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

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