Html Css Color HEX #FDE527 Gorse

📋 copy color: '#FDE527'

red 253 ◦ green 229 ◦ blue 39

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

Shades of Gorse #FDE527

Tints of Gorse #FDE527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.49%

R = 48.56%
G = 43.95%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDE527 (or 0xFDE527) is known color: Gorse. HEX triplet: FD, E5 and 27. RGB value is (253,229,39). Sum of RGB (Red+Green+Blue) = 253+229+39=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 39 (15.62% from 255 or 7.49% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE527 is #021AD8. Grayscale: #D7D7D7. Windows color (decimal): -137945 or 2614781. OLE color: 2614781.

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

Color convert

RGB 253 229 39 -
CMYK 0 0.09 0.85 0.01
HSL 53.27º 0.98% 0.57% -
HSV(B) 53.27º 0.85% 0.99% -
XYZ 68.89 77.07 13.16 -
YUV 214.52 28.95 155.45 -
System Red Green Blue C M Y K H S L
Decimal 253 229 39 0 0.09 0.85 0.01 53.27 0.98 0.57
Hex FD E5 27 0 9 55 1 35 62 39
Octal 375 345 47 0 11 125 1 65 142 71
Binary 11111101 11100101 100111 0 1001 1010101 1 110101 1100010 111001

Color Harmonies of #FDE527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE527

Black with #FDE527

Text Example


Text Example

White with #FDE527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE527; }

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

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

background-color css

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

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

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

border-color css

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

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

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