Html Css Color HEX #FEDD40 Gorse

📋 copy color: '#FEDD40'

red 254 ◦ green 221 ◦ blue 64

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

Shades of Gorse #FEDD40

Tints of Gorse #FEDD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.87%

R = 47.12%
G = 41%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEDD40 (or 0xFEDD40) is known color: Gorse. HEX triplet: FE, DD and 40. RGB value is (254,221,64). Sum of RGB (Red+Green+Blue) = 254+221+64=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 64 (25.39% from 255 or 11.87% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD40 is #0122BF. Grayscale: #D5D5D5. Windows color (decimal): -74432 or 4251134. OLE color: 4251134.

HSL color Cylindrical-coordinate representation of color #FEDD40: hue angle of 49.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEDD40 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 64 -
CMYK 0 0.13 0.75 0.00
HSL 49.58º 0.99% 0.62% -
HSV(B) 49.58º 0.75% 1% -
XYZ 67.65 73.15 15.4 -
YUV 212.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 254 221 64 0 0.13 0.75 0.00 49.58 0.99 0.62
Hex FE DD 40 0 D 4B 0 32 63 3E
Octal 376 335 100 0 15 113 0 62 143 76
Binary 11111110 11011101 1000000 0 1101 1001011 0 110010 1100011 111110

Color Harmonies of #FEDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD40

Black with #FEDD40

Text Example


Text Example

White with #FEDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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