Html Css Color HEX #FEDD24 Gorse

📋 copy color: '#FEDD24'

red 254 ◦ green 221 ◦ blue 36

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

Shades of Gorse #FEDD24

Tints of Gorse #FEDD24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.05%

R = 49.71%
G = 43.25%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FEDD24 (or 0xFEDD24) is known color: Gorse. HEX triplet: FE, DD and 24. RGB value is (254,221,36). Sum of RGB (Red+Green+Blue) = 254+221+36=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 36 (14.45% from 255 or 7.05% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD24 is #0122DB. Grayscale: #D2D2D2. Windows color (decimal): -74460 or 2416126. OLE color: 2416126.

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

Color convert

RGB 254 221 36 -
CMYK 0 0.13 0.86 0.00
HSL 50.92º 0.99% 0.57% -
HSV(B) 50.92º 0.86% 1% -
XYZ 67.05 72.91 12.21 -
YUV 209.78 29.93 159.54 -
System Red Green Blue C M Y K H S L
Decimal 254 221 36 0 0.13 0.86 0.00 50.92 0.99 0.57
Hex FE DD 24 0 D 56 0 33 63 39
Octal 376 335 44 0 15 126 0 63 143 71
Binary 11111110 11011101 100100 0 1101 1010110 0 110011 1100011 111001

Color Harmonies of #FEDD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD24

Black with #FEDD24

Text Example


Text Example

White with #FEDD24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD24; }

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

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

background-color css

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

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

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

border-color css

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

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

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