Html Css Color HEX #FED329 Turbo

📋 copy color: '#FED329'

red 254 ◦ green 211 ◦ blue 41

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

Shades of Turbo #FED329

Tints of Turbo #FED329

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.7%

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

R = 50.2%
G = 41.7%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FED329 (or 0xFED329) is known color: Turbo. HEX triplet: FE, D3 and 29. RGB value is (254,211,41). Sum of RGB (Red+Green+Blue) = 254+211+41=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 41 (16.41% from 255 or 8.10% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FED329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED329 is #012CD6. Grayscale: #CDCDCD. Windows color (decimal): -77015 or 2741246. OLE color: 2741246.

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

Color convert

RGB 254 211 41 -
CMYK 0 0.17 0.84 0.00
HSL 47.89º 0.99% 0.58% -
HSV(B) 47.89º 0.84% 1% -
XYZ 64.57 67.82 11.79 -
YUV 204.48 35.75 163.32 -
System Red Green Blue C M Y K H S L
Decimal 254 211 41 0 0.17 0.84 0.00 47.89 0.99 0.58
Hex FE D3 29 0 11 54 0 30 63 3A
Octal 376 323 51 0 21 124 0 60 143 72
Binary 11111110 11010011 101001 0 10001 1010100 0 110000 1100011 111010

Color Harmonies of #FED329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED329

Black with #FED329

Text Example


Text Example

White with #FED329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED329; }

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

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

background-color css

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

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

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

border-color css

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

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

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