Html Css Color HEX #FDEC31 Gorse

📋 copy color: '#FDEC31'

red 253 ◦ green 236 ◦ blue 49

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

Shades of Gorse #FDEC31

Tints of Gorse #FDEC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.11%

R = 47.03%
G = 43.87%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDEC31 (or 0xFDEC31) is known color: Gorse. HEX triplet: FD, EC and 31. RGB value is (253,236,49). Sum of RGB (Red+Green+Blue) = 253+236+49=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 49 (19.53% from 255 or 9.11% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC31 is #0213CE. Grayscale: #DCDCDC. Windows color (decimal): -136143 or 3271933. OLE color: 3271933.

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

Color convert

RGB 253 236 49 -
CMYK 0 0.07 0.81 0.01
HSL 55º 0.98% 0.59% -
HSV(B) 55º 0.81% 0.99% -
XYZ 71.06 81.1 14.81 -
YUV 219.77 31.63 151.71 -
System Red Green Blue C M Y K H S L
Decimal 253 236 49 0 0.07 0.81 0.01 55 0.98 0.59
Hex FD EC 31 0 7 51 1 37 62 3B
Octal 375 354 61 0 7 121 1 67 142 73
Binary 11111101 11101100 110001 0 111 1010001 1 110111 1100010 111011

Color Harmonies of #FDEC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC31

Black with #FDEC31

Text Example


Text Example

White with #FDEC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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