Html Css Color HEX #FDE332 Gorse

📋 copy color: '#FDE332'

red 253 ◦ green 227 ◦ blue 50

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

Shades of Gorse #FDE332

Tints of Gorse #FDE332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.43%

R = 47.74%
G = 42.83%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDE332 (or 0xFDE332) is known color: Gorse. HEX triplet: FD, E3 and 32. RGB value is (253,227,50). Sum of RGB (Red+Green+Blue) = 253+227+50=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 50 (19.92% from 255 or 9.43% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE332 is #021CCD. Grayscale: #D7D7D7. Windows color (decimal): -138446 or 3335165. OLE color: 3335165.

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

Color convert

RGB 253 227 50 -
CMYK 0 0.10 0.80 0.01
HSL 52.32º 0.98% 0.59% -
HSV(B) 52.32º 0.8% 0.99% -
XYZ 68.55 76.05 14.08 -
YUV 214.6 35.11 155.39 -
System Red Green Blue C M Y K H S L
Decimal 253 227 50 0 0.10 0.80 0.01 52.32 0.98 0.59
Hex FD E3 32 0 A 50 1 34 62 3B
Octal 375 343 62 0 12 120 1 64 142 73
Binary 11111101 11100011 110010 0 1010 1010000 1 110100 1100010 111011

Color Harmonies of #FDE332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE332

Black with #FDE332

Text Example


Text Example

White with #FDE332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE332; }

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

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

background-color css

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

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

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

border-color css

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

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

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