Html Css Color HEX #FEDC29 Gorse

📋 copy color: '#FEDC29'

red 254 ◦ green 220 ◦ blue 41

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

Shades of Gorse #FEDC29

Tints of Gorse #FEDC29

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.72%

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

R = 49.32%
G = 42.72%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEDC29 (or 0xFEDC29) is known color: Gorse. HEX triplet: FE, DC and 29. RGB value is (254,220,41). Sum of RGB (Red+Green+Blue) = 254+220+41=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 41 (16.41% from 255 or 7.96% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC29 is #0123D6. Grayscale: #D2D2D2. Windows color (decimal): -74711 or 2743550. OLE color: 2743550.

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

Color convert

RGB 254 220 41 -
CMYK 0 0.13 0.84 0.00
HSL 50.42º 0.99% 0.58% -
HSV(B) 50.42º 0.84% 1% -
XYZ 66.87 72.42 12.55 -
YUV 209.76 32.76 159.55 -
System Red Green Blue C M Y K H S L
Decimal 254 220 41 0 0.13 0.84 0.00 50.42 0.99 0.58
Hex FE DC 29 0 D 54 0 32 63 3A
Octal 376 334 51 0 15 124 0 62 143 72
Binary 11111110 11011100 101001 0 1101 1010100 0 110010 1100011 111010

Color Harmonies of #FEDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC29

Black with #FEDC29

Text Example


Text Example

White with #FEDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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