Html Css Color HEX #FDE132 Gorse

📋 copy color: '#FDE132'

red 253 ◦ green 225 ◦ blue 50

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

Shades of Gorse #FDE132

Tints of Gorse #FDE132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.61%

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

R = 47.92%
G = 42.61%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDE132 (or 0xFDE132) is known color: Gorse. HEX triplet: FD, E1 and 32. RGB value is (253,225,50). Sum of RGB (Red+Green+Blue) = 253+225+50=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 50 (19.92% from 255 or 9.47% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE132 is #021ECD. Grayscale: #D6D6D6. Windows color (decimal): -138958 or 3334653. OLE color: 3334653.

HSL color Cylindrical-coordinate representation of color #FDE132: hue angle of 51.72º 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 #FDE132 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 225 50 -
CMYK 0 0.11 0.80 0.01
HSL 51.72º 0.98% 0.59% -
HSV(B) 51.72º 0.8% 0.99% -
XYZ 68.01 74.96 13.9 -
YUV 213.42 35.78 156.23 -
System Red Green Blue C M Y K H S L
Decimal 253 225 50 0 0.11 0.80 0.01 51.72 0.98 0.59
Hex FD E1 32 0 B 50 1 34 62 3B
Octal 375 341 62 0 13 120 1 64 142 73
Binary 11111101 11100001 110010 0 1011 1010000 1 110100 1100010 111011

Color Harmonies of #FDE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE132

Black with #FDE132

Text Example


Text Example

White with #FDE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE132; }

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

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

background-color css

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

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

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

border-color css

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

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

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