Html Css Color HEX #FED829 Turbo

📋 copy color: '#FED829'

red 254 ◦ green 216 ◦ blue 41

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

Shades of Turbo #FED829

Tints of Turbo #FED829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.02%

R = 49.71%
G = 42.27%
B = 8.02%

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

#FED829 (or 0xFED829) is known color: Turbo. HEX triplet: FE, D8 and 29. RGB value is (254,216,41). Sum of RGB (Red+Green+Blue) = 254+216+41=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 41 (16.41% from 255 or 8.02% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FED829 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED829 is #0127D6. Grayscale: #D0D0D0. Windows color (decimal): -75735 or 2742526. OLE color: 2742526.

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

Color convert

RGB 254 216 41 -
CMYK 0 0.15 0.84 0.00
HSL 49.3º 0.99% 0.58% -
HSV(B) 49.3º 0.84% 1% -
XYZ 65.83 70.34 12.21 -
YUV 207.41 34.09 161.23 -
System Red Green Blue C M Y K H S L
Decimal 254 216 41 0 0.15 0.84 0.00 49.3 0.99 0.58
Hex FE D8 29 0 F 54 0 31 63 3A
Octal 376 330 51 0 17 124 0 61 143 72
Binary 11111110 11011000 101001 0 1111 1010100 0 110001 1100011 111010

Color Harmonies of #FED829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED829

Black with #FED829

Text Example


Text Example

White with #FED829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED829; }

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

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

background-color css

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

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

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

border-color css

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

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

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