Html Css Color HEX #FDEC28 Gorse

📋 copy color: '#FDEC28'

red 253 ◦ green 236 ◦ blue 40

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

Shades of Gorse #FDEC28

Tints of Gorse #FDEC28

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.61%

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

R = 47.83%
G = 44.61%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDEC28 (or 0xFDEC28) is known color: Gorse. HEX triplet: FD, EC and 28. RGB value is (253,236,40). Sum of RGB (Red+Green+Blue) = 253+236+40=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 40 (16.02% from 255 or 7.56% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC28 is #0213D7. Grayscale: #DBDBDB. Windows color (decimal): -136152 or 2682109. OLE color: 2682109.

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

Color convert

RGB 253 236 40 -
CMYK 0 0.07 0.84 0.01
HSL 55.21º 0.98% 0.57% -
HSV(B) 55.21º 0.84% 0.99% -
XYZ 70.89 81.03 13.91 -
YUV 218.74 27.13 152.44 -
System Red Green Blue C M Y K H S L
Decimal 253 236 40 0 0.07 0.84 0.01 55.21 0.98 0.57
Hex FD EC 28 0 7 54 1 37 62 39
Octal 375 354 50 0 7 124 1 67 142 71
Binary 11111101 11101100 101000 0 111 1010100 1 110111 1100010 111001

Color Harmonies of #FDEC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC28

Black with #FDEC28

Text Example


Text Example

White with #FDEC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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