Html Css Color HEX #FDE535 Gorse

📋 copy color: '#FDE535'

red 253 ◦ green 229 ◦ blue 53

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

Shades of Gorse #FDE535

Tints of Gorse #FDE535

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.8%

 BLUE value IS 53 (21.09% from 255) = 9.91%

R = 47.29%
G = 42.8%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDE535 (or 0xFDE535) is known color: Gorse. HEX triplet: FD, E5 and 35. RGB value is (253,229,53). Sum of RGB (Red+Green+Blue) = 253+229+53=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 53 (21.09% from 255 or 9.91% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE535 is #021ACA. Grayscale: #D8D8D8. Windows color (decimal): -137931 or 3532285. OLE color: 3532285.

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

Color convert

RGB 253 229 53 -
CMYK 0 0.09 0.79 0.01
HSL 52.8º 0.98% 0.6% -
HSV(B) 52.8º 0.79% 0.99% -
XYZ 69.17 77.18 14.62 -
YUV 216.11 35.95 154.31 -
System Red Green Blue C M Y K H S L
Decimal 253 229 53 0 0.09 0.79 0.01 52.8 0.98 0.6
Hex FD E5 35 0 9 4F 1 35 62 3C
Octal 375 345 65 0 11 117 1 65 142 74
Binary 11111101 11100101 110101 0 1001 1001111 1 110101 1100010 111100

Color Harmonies of #FDE535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE535

Black with #FDE535

Text Example


Text Example

White with #FDE535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE535; }

 p { color: rgb(253,229,53); }

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

background-color css

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

 a { background-color: rgb(253,229,53); }

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

border-color css

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

 span { border-color: rgb(253,229,53); }

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