Html Css Color HEX #FDE432 Gorse

📋 copy color: '#FDE432'

red 253 ◦ green 228 ◦ blue 50

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

Shades of Gorse #FDE432

Tints of Gorse #FDE432

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.94%

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

R = 47.65%
G = 42.94%
B = 9.42%

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

#FDE432 (or 0xFDE432) is known color: Gorse. HEX triplet: FD, E4 and 32. RGB value is (253,228,50). Sum of RGB (Red+Green+Blue) = 253+228+50=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 50 (19.92% from 255 or 9.42% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE432 is #021BCD. Grayscale: #D7D7D7. Windows color (decimal): -138190 or 3335421. OLE color: 3335421.

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

Color convert

RGB 253 228 50 -
CMYK 0 0.10 0.80 0.01
HSL 52.61º 0.98% 0.59% -
HSV(B) 52.61º 0.8% 0.99% -
XYZ 68.83 76.6 14.18 -
YUV 215.18 34.78 154.97 -
System Red Green Blue C M Y K H S L
Decimal 253 228 50 0 0.10 0.80 0.01 52.61 0.98 0.59
Hex FD E4 32 0 A 50 1 35 62 3B
Octal 375 344 62 0 12 120 1 65 142 73
Binary 11111101 11100100 110010 0 1010 1010000 1 110101 1100010 111011

Color Harmonies of #FDE432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE432

Black with #FDE432

Text Example


Text Example

White with #FDE432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE432; }

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

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

background-color css

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

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

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

border-color css

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

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

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