Html Css Color HEX #FDEC33 Gorse

📋 copy color: '#FDEC33'

red 253 ◦ green 236 ◦ blue 51

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

Shades of Gorse #FDEC33

Tints of Gorse #FDEC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.44%

R = 46.85%
G = 43.7%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDEC33 (or 0xFDEC33) is known color: Gorse. HEX triplet: FD, EC and 33. RGB value is (253,236,51). Sum of RGB (Red+Green+Blue) = 253+236+51=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 51 (20.31% from 255 or 9.44% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC33 is #0213CC. Grayscale: #DCDCDC. Windows color (decimal): -136141 or 3403005. OLE color: 3403005.

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

Color convert

RGB 253 236 51 -
CMYK 0 0.07 0.80 0.01
HSL 54.95º 0.98% 0.6% -
HSV(B) 54.95º 0.8% 0.99% -
XYZ 71.1 81.11 15.04 -
YUV 219.99 32.63 151.54 -
System Red Green Blue C M Y K H S L
Decimal 253 236 51 0 0.07 0.80 0.01 54.95 0.98 0.6
Hex FD EC 33 0 7 50 1 37 62 3C
Octal 375 354 63 0 7 120 1 67 142 74
Binary 11111101 11101100 110011 0 111 1010000 1 110111 1100010 111100

Color Harmonies of #FDEC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC33

Black with #FDEC33

Text Example


Text Example

White with #FDEC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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