Html Css Color HEX #FEDD29 Gorse

📋 copy color: '#FEDD29'

red 254 ◦ green 221 ◦ blue 41

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

Shades of Gorse #FEDD29

Tints of Gorse #FEDD29

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.83%

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

R = 49.22%
G = 42.83%
B = 7.95%

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

#FEDD29 (or 0xFEDD29) is known color: Gorse. HEX triplet: FE, DD and 29. RGB value is (254,221,41). Sum of RGB (Red+Green+Blue) = 254+221+41=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 41 (16.41% from 255 or 7.95% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD29 is #0122D6. Grayscale: #D3D3D3. Windows color (decimal): -74455 or 2743806. OLE color: 2743806.

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

Color convert

RGB 254 221 41 -
CMYK 0 0.13 0.84 0.00
HSL 50.7º 0.99% 0.58% -
HSV(B) 50.7º 0.84% 1% -
XYZ 67.13 72.94 12.64 -
YUV 210.35 32.43 159.14 -
System Red Green Blue C M Y K H S L
Decimal 254 221 41 0 0.13 0.84 0.00 50.7 0.99 0.58
Hex FE DD 29 0 D 54 0 33 63 3A
Octal 376 335 51 0 15 124 0 63 143 72
Binary 11111110 11011101 101001 0 1101 1010100 0 110011 1100011 111010

Color Harmonies of #FEDD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD29

Black with #FEDD29

Text Example


Text Example

White with #FEDD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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