Html Css Color HEX #FED929 Gorse

📋 copy color: '#FED929'

red 254 ◦ green 217 ◦ blue 41

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

Shades of Gorse #FED929

Tints of Gorse #FED929

RGB

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

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

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

R = 49.61%
G = 42.38%
B = 8.01%

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

#FED929 (or 0xFED929) is known color: Gorse. HEX triplet: FE, D9 and 29. RGB value is (254,217,41). Sum of RGB (Red+Green+Blue) = 254+217+41=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 41 (16.41% from 255 or 8.01% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FED929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED929 is #0126D6. Grayscale: #D0D0D0. Windows color (decimal): -75479 or 2742782. OLE color: 2742782.

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

Color convert

RGB 254 217 41 -
CMYK 0 0.15 0.84 0.00
HSL 49.58º 0.99% 0.58% -
HSV(B) 49.58º 0.84% 1% -
XYZ 66.09 70.86 12.29 -
YUV 208 33.76 160.81 -
System Red Green Blue C M Y K H S L
Decimal 254 217 41 0 0.15 0.84 0.00 49.58 0.99 0.58
Hex FE D9 29 0 F 54 0 32 63 3A
Octal 376 331 51 0 17 124 0 62 143 72
Binary 11111110 11011001 101001 0 1111 1010100 0 110010 1100011 111010

Color Harmonies of #FED929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED929

Black with #FED929

Text Example


Text Example

White with #FED929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED929; }

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

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

background-color css

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

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

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

border-color css

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

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

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