Html Css Color HEX #FED729 Turbo

📋 copy color: '#FED729'

red 254 ◦ green 215 ◦ blue 41

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

Shades of Turbo #FED729

Tints of Turbo #FED729

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.16%

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

R = 49.8%
G = 42.16%
B = 8.04%

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

#FED729 (or 0xFED729) is known color: Turbo. HEX triplet: FE, D7 and 29. RGB value is (254,215,41). Sum of RGB (Red+Green+Blue) = 254+215+41=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 41 (16.41% from 255 or 8.04% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FED729 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED729 is #0128D6. Grayscale: #CFCFCF. Windows color (decimal): -75991 or 2742270. OLE color: 2742270.

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

Color convert

RGB 254 215 41 -
CMYK 0 0.15 0.84 0.00
HSL 49.01º 0.99% 0.58% -
HSV(B) 49.01º 0.84% 1% -
XYZ 65.57 69.83 12.12 -
YUV 206.83 34.42 161.65 -
System Red Green Blue C M Y K H S L
Decimal 254 215 41 0 0.15 0.84 0.00 49.01 0.99 0.58
Hex FE D7 29 0 F 54 0 31 63 3A
Octal 376 327 51 0 17 124 0 61 143 72
Binary 11111110 11010111 101001 0 1111 1010100 0 110001 1100011 111010

Color Harmonies of #FED729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED729

Black with #FED729

Text Example


Text Example

White with #FED729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED729; }

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

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

background-color css

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

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

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

border-color css

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

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

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