Html Css Color HEX #FDE928 Gorse

📋 copy color: '#FDE928'

red 253 ◦ green 233 ◦ blue 40

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

Shades of Gorse #FDE928

Tints of Gorse #FDE928

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.3%

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

R = 48.1%
G = 44.3%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDE928 (or 0xFDE928) is known color: Gorse. HEX triplet: FD, E9 and 28. RGB value is (253,233,40). Sum of RGB (Red+Green+Blue) = 253+233+40=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 40 (16.02% from 255 or 7.60% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE928 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE928 is #0216D7. Grayscale: #D9D9D9. Windows color (decimal): -136920 or 2681341. OLE color: 2681341.

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

Color convert

RGB 253 233 40 -
CMYK 0 0.08 0.84 0.01
HSL 54.37º 0.98% 0.57% -
HSV(B) 54.37º 0.84% 0.99% -
XYZ 70.03 79.31 13.63 -
YUV 216.98 28.13 153.69 -
System Red Green Blue C M Y K H S L
Decimal 253 233 40 0 0.08 0.84 0.01 54.37 0.98 0.57
Hex FD E9 28 0 8 54 1 36 62 39
Octal 375 351 50 0 10 124 1 66 142 71
Binary 11111101 11101001 101000 0 1000 1010100 1 110110 1100010 111001

Color Harmonies of #FDE928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE928

Black with #FDE928

Text Example


Text Example

White with #FDE928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE928; }

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

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

background-color css

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

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

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

border-color css

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

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

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