Html Css Color HEX #FDEC26 Gorse

📋 copy color: '#FDEC26'

red 253 ◦ green 236 ◦ blue 38

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

Shades of Gorse #FDEC26

Tints of Gorse #FDEC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.21%

R = 48.01%
G = 44.78%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDEC26 (or 0xFDEC26) is known color: Gorse. HEX triplet: FD, EC and 26. RGB value is (253,236,38). Sum of RGB (Red+Green+Blue) = 253+236+38=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 38 (15.23% from 255 or 7.21% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC26 is #0213D9. Grayscale: #DBDBDB. Windows color (decimal): -136154 or 2551037. OLE color: 2551037.

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

Color convert

RGB 253 236 38 -
CMYK 0 0.07 0.85 0.01
HSL 55.26º 0.98% 0.57% -
HSV(B) 55.26º 0.85% 0.99% -
XYZ 70.85 81.01 13.74 -
YUV 218.51 26.13 152.6 -
System Red Green Blue C M Y K H S L
Decimal 253 236 38 0 0.07 0.85 0.01 55.26 0.98 0.57
Hex FD EC 26 0 7 55 1 37 62 39
Octal 375 354 46 0 7 125 1 67 142 71
Binary 11111101 11101100 100110 0 111 1010101 1 110111 1100010 111001

Color Harmonies of #FDEC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC26

Black with #FDEC26

Text Example


Text Example

White with #FDEC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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