Html Css Color HEX #FDE325 Gorse

📋 copy color: '#FDE325'

red 253 ◦ green 227 ◦ blue 37

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

Shades of Gorse #FDE325

Tints of Gorse #FDE325

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.91%

 BLUE value IS 37 (14.84% from 255) = 7.16%

R = 48.94%
G = 43.91%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDE325 (or 0xFDE325) is known color: Gorse. HEX triplet: FD, E3 and 25. RGB value is (253,227,37). Sum of RGB (Red+Green+Blue) = 253+227+37=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 37 (14.84% from 255 or 7.16% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE325 is #021CDA. Grayscale: #D5D5D5. Windows color (decimal): -138459 or 2483197. OLE color: 2483197.

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

Color convert

RGB 253 227 37 -
CMYK 0 0.10 0.85 0.01
HSL 52.78º 0.98% 0.57% -
HSV(B) 52.78º 0.85% 0.99% -
XYZ 68.31 75.95 12.81 -
YUV 213.11 28.61 156.45 -
System Red Green Blue C M Y K H S L
Decimal 253 227 37 0 0.10 0.85 0.01 52.78 0.98 0.57
Hex FD E3 25 0 A 55 1 35 62 39
Octal 375 343 45 0 12 125 1 65 142 71
Binary 11111101 11100011 100101 0 1010 1010101 1 110101 1100010 111001

Color Harmonies of #FDE325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE325

Black with #FDE325

Text Example


Text Example

White with #FDE325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE325; }

 p { color: rgb(253,227,37); }

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

background-color css

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

 a { background-color: rgb(253,227,37); }

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

border-color css

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

 span { border-color: rgb(253,227,37); }

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