Html Css Color HEX #FED928 Turbo

📋 copy color: '#FED928'

red 254 ◦ green 217 ◦ blue 40

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

Shades of Turbo #FED928

Tints of Turbo #FED928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.83%

R = 49.71%
G = 42.47%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FED928 (or 0xFED928) is known color: Turbo. HEX triplet: FE, D9 and 28. RGB value is (254,217,40). Sum of RGB (Red+Green+Blue) = 254+217+40=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 40 (16.02% from 255 or 7.83% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FED928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED928 is #0126D7. Grayscale: #D0D0D0. Windows color (decimal): -75480 or 2677246. OLE color: 2677246.

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

Color convert

RGB 254 217 40 -
CMYK 0 0.15 0.84 0.00
HSL 49.63º 0.99% 0.58% -
HSV(B) 49.63º 0.84% 1% -
XYZ 66.07 70.85 12.2 -
YUV 207.89 33.26 160.89 -
System Red Green Blue C M Y K H S L
Decimal 254 217 40 0 0.15 0.84 0.00 49.63 0.99 0.58
Hex FE D9 28 0 F 54 0 32 63 3A
Octal 376 331 50 0 17 124 0 62 143 72
Binary 11111110 11011001 101000 0 1111 1010100 0 110010 1100011 111010

Color Harmonies of #FED928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED928

Black with #FED928

Text Example


Text Example

White with #FED928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED928; }

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

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

background-color css

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

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

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

border-color css

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

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

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