Html Css Color HEX #FDEC2A Gorse

📋 copy color: '#FDEC2A'

red 253 ◦ green 236 ◦ blue 42

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

Shades of Gorse #FDEC2A

Tints of Gorse #FDEC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.91%

R = 47.65%
G = 44.44%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDEC2A (or 0xFDEC2A) is known color: Gorse. HEX triplet: FD, EC and 2A. RGB value is (253,236,42). Sum of RGB (Red+Green+Blue) = 253+236+42=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 42 (16.80% from 255 or 7.91% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC2A is #0213D5. Grayscale: #DBDBDB. Windows color (decimal): -136150 or 2813181. OLE color: 2813181.

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

Color convert

RGB 253 236 42 -
CMYK 0 0.07 0.83 0.01
HSL 55.17º 0.98% 0.58% -
HSV(B) 55.17º 0.83% 0.99% -
XYZ 70.92 81.04 14.09 -
YUV 218.97 28.13 152.27 -
System Red Green Blue C M Y K H S L
Decimal 253 236 42 0 0.07 0.83 0.01 55.17 0.98 0.58
Hex FD EC 2A 0 7 53 1 37 62 3A
Octal 375 354 52 0 7 123 1 67 142 72
Binary 11111101 11101100 101010 0 111 1010011 1 110111 1100010 111010

Color Harmonies of #FDEC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC2A

Black with #FDEC2A

Text Example


Text Example

White with #FDEC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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