Html Css Color HEX #FDE232 Gorse

📋 copy color: '#FDE232'

red 253 ◦ green 226 ◦ blue 50

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

Shades of Gorse #FDE232

Tints of Gorse #FDE232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.72%

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

R = 47.83%
G = 42.72%
B = 9.45%

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

#FDE232 (or 0xFDE232) is known color: Gorse. HEX triplet: FD, E2 and 32. RGB value is (253,226,50). Sum of RGB (Red+Green+Blue) = 253+226+50=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 50 (19.92% from 255 or 9.45% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE232 is #021DCD. Grayscale: #D6D6D6. Windows color (decimal): -138702 or 3334909. OLE color: 3334909.

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

Color convert

RGB 253 226 50 -
CMYK 0 0.11 0.80 0.01
HSL 52.02º 0.98% 0.59% -
HSV(B) 52.02º 0.8% 0.99% -
XYZ 68.28 75.51 13.99 -
YUV 214.01 35.45 155.81 -
System Red Green Blue C M Y K H S L
Decimal 253 226 50 0 0.11 0.80 0.01 52.02 0.98 0.59
Hex FD E2 32 0 B 50 1 34 62 3B
Octal 375 342 62 0 13 120 1 64 142 73
Binary 11111101 11100010 110010 0 1011 1010000 1 110100 1100010 111011

Color Harmonies of #FDE232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE232

Black with #FDE232

Text Example


Text Example

White with #FDE232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE232; }

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

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

background-color css

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

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

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

border-color css

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

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

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