Html Css Color HEX #FDE028 Gorse

📋 copy color: '#FDE028'

red 253 ◦ green 224 ◦ blue 40

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

Shades of Gorse #FDE028

Tints of Gorse #FDE028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.74%

R = 48.94%
G = 43.33%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDE028 (or 0xFDE028) is known color: Gorse. HEX triplet: FD, E0 and 28. RGB value is (253,224,40). Sum of RGB (Red+Green+Blue) = 253+224+40=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 40 (16.02% from 255 or 7.74% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE028 is #021FD7. Grayscale: #D4D4D4. Windows color (decimal): -139224 or 2679037. OLE color: 2679037.

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

Color convert

RGB 253 224 40 -
CMYK 0 0.11 0.84 0.01
HSL 51.83º 0.98% 0.57% -
HSV(B) 51.83º 0.84% 0.99% -
XYZ 67.55 74.35 12.8 -
YUV 211.7 31.11 157.46 -
System Red Green Blue C M Y K H S L
Decimal 253 224 40 0 0.11 0.84 0.01 51.83 0.98 0.57
Hex FD E0 28 0 B 54 1 34 62 39
Octal 375 340 50 0 13 124 1 64 142 71
Binary 11111101 11100000 101000 0 1011 1010100 1 110100 1100010 111001

Color Harmonies of #FDE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE028

Black with #FDE028

Text Example


Text Example

White with #FDE028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE028; }

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

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

background-color css

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

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

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

border-color css

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

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

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