Html Css Color HEX #FDE52C Gorse

📋 copy color: '#FDE52C'

red 253 ◦ green 229 ◦ blue 44

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

Shades of Gorse #FDE52C

Tints of Gorse #FDE52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.37%

R = 48.1%
G = 43.54%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDE52C (or 0xFDE52C) is known color: Gorse. HEX triplet: FD, E5 and 2C. RGB value is (253,229,44). Sum of RGB (Red+Green+Blue) = 253+229+44=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 44 (17.58% from 255 or 8.37% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE52C is #021AD3. Grayscale: #D7D7D7. Windows color (decimal): -137940 or 2942461. OLE color: 2942461.

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

Color convert

RGB 253 229 44 -
CMYK 0 0.09 0.83 0.01
HSL 53.11º 0.98% 0.58% -
HSV(B) 53.11º 0.83% 0.99% -
XYZ 68.98 77.1 13.63 -
YUV 215.09 31.45 155.04 -
System Red Green Blue C M Y K H S L
Decimal 253 229 44 0 0.09 0.83 0.01 53.11 0.98 0.58
Hex FD E5 2C 0 9 53 1 35 62 3A
Octal 375 345 54 0 11 123 1 65 142 72
Binary 11111101 11100101 101100 0 1001 1010011 1 110101 1100010 111010

Color Harmonies of #FDE52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE52C

Black with #FDE52C

Text Example


Text Example

White with #FDE52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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