Html Css Color HEX #FDE324 Gorse

📋 copy color: '#FDE324'

red 253 ◦ green 227 ◦ blue 36

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

Shades of Gorse #FDE324

Tints of Gorse #FDE324

RGB

 RED value IS 253 (99.22% from 255) = 49.03%

 GREEN value IS 227 (89.06% from 255) = 43.99%

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

R = 49.03%
G = 43.99%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDE324 (or 0xFDE324) is known color: Gorse. HEX triplet: FD, E3 and 24. RGB value is (253,227,36). Sum of RGB (Red+Green+Blue) = 253+227+36=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 36 (14.45% from 255 or 6.98% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE324 is #021CDB. Grayscale: #D5D5D5. Windows color (decimal): -138460 or 2417661. OLE color: 2417661.

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

Color convert

RGB 253 227 36 -
CMYK 0 0.10 0.86 0.01
HSL 52.81º 0.98% 0.57% -
HSV(B) 52.81º 0.86% 0.99% -
XYZ 68.3 75.95 12.73 -
YUV 213 28.11 156.53 -
System Red Green Blue C M Y K H S L
Decimal 253 227 36 0 0.10 0.86 0.01 52.81 0.98 0.57
Hex FD E3 24 0 A 56 1 35 62 39
Octal 375 343 44 0 12 126 1 65 142 71
Binary 11111101 11100011 100100 0 1010 1010110 1 110101 1100010 111001

Color Harmonies of #FDE324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE324

Black with #FDE324

Text Example


Text Example

White with #FDE324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE324; }

 p { color: rgb(253,227,36); }

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

background-color css

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

 a { background-color: rgb(253,227,36); }

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

border-color css

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

 span { border-color: rgb(253,227,36); }

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