Html Css Color HEX #FED828 Turbo

📋 copy color: '#FED828'

red 254 ◦ green 216 ◦ blue 40

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

Shades of Turbo #FED828

Tints of Turbo #FED828

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.35%

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

R = 49.8%
G = 42.35%
B = 7.84%

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

#FED828 (or 0xFED828) is known color: Turbo. HEX triplet: FE, D8 and 28. RGB value is (254,216,40). Sum of RGB (Red+Green+Blue) = 254+216+40=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 40 (16.02% from 255 or 7.84% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FED828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED828 is #0127D7. Grayscale: #D0D0D0. Windows color (decimal): -75736 or 2676990. OLE color: 2676990.

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

Color convert

RGB 254 216 40 -
CMYK 0 0.15 0.84 0.00
HSL 49.35º 0.99% 0.58% -
HSV(B) 49.35º 0.84% 1% -
XYZ 65.81 70.34 12.11 -
YUV 207.3 33.59 161.31 -
System Red Green Blue C M Y K H S L
Decimal 254 216 40 0 0.15 0.84 0.00 49.35 0.99 0.58
Hex FE D8 28 0 F 54 0 31 63 3A
Octal 376 330 50 0 17 124 0 61 143 72
Binary 11111110 11011000 101000 0 1111 1010100 0 110001 1100011 111010

Color Harmonies of #FED828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED828

Black with #FED828

Text Example


Text Example

White with #FED828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED828; }

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

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

background-color css

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

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

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

border-color css

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

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

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