Html Css Color HEX #FDE025 Gorse

📋 copy color: '#FDE025'

red 253 ◦ green 224 ◦ blue 37

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

Shades of Gorse #FDE025

Tints of Gorse #FDE025

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.58%

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

R = 49.22%
G = 43.58%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDE025 (or 0xFDE025) is known color: Gorse. HEX triplet: FD, E0 and 25. RGB value is (253,224,37). Sum of RGB (Red+Green+Blue) = 253+224+37=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 37 (14.84% from 255 or 7.20% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE025 is #021FDA. Grayscale: #D4D4D4. Windows color (decimal): -139227 or 2482429. OLE color: 2482429.

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

Color convert

RGB 253 224 37 -
CMYK 0 0.11 0.85 0.01
HSL 51.94º 0.98% 0.57% -
HSV(B) 51.94º 0.85% 0.99% -
XYZ 67.5 74.33 12.54 -
YUV 211.35 29.61 157.71 -
System Red Green Blue C M Y K H S L
Decimal 253 224 37 0 0.11 0.85 0.01 51.94 0.98 0.57
Hex FD E0 25 0 B 55 1 34 62 39
Octal 375 340 45 0 13 125 1 64 142 71
Binary 11111101 11100000 100101 0 1011 1010101 1 110100 1100010 111001

Color Harmonies of #FDE025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE025

Black with #FDE025

Text Example


Text Example

White with #FDE025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE025; }

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

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

background-color css

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

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

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

border-color css

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

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

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