Html Css Color HEX #FEDC26 Gorse

📋 copy color: '#FEDC26'

red 254 ◦ green 220 ◦ blue 38

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

Shades of Gorse #FEDC26

Tints of Gorse #FEDC26

RGB

 RED value IS 254 (99.61% from 255) = 49.61%

 GREEN value IS 220 (86.33% from 255) = 42.97%

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

R = 49.61%
G = 42.97%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEDC26 (or 0xFEDC26) is known color: Gorse. HEX triplet: FE, DC and 26. RGB value is (254,220,38). Sum of RGB (Red+Green+Blue) = 254+220+38=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 38 (15.23% from 255 or 7.42% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC26 is #0123D9. Grayscale: #D2D2D2. Windows color (decimal): -74714 or 2546942. OLE color: 2546942.

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

Color convert

RGB 254 220 38 -
CMYK 0 0.13 0.85 0.00
HSL 50.56º 0.99% 0.57% -
HSV(B) 50.56º 0.85% 1% -
XYZ 66.82 72.4 12.29 -
YUV 209.42 31.26 159.8 -
System Red Green Blue C M Y K H S L
Decimal 254 220 38 0 0.13 0.85 0.00 50.56 0.99 0.57
Hex FE DC 26 0 D 55 0 33 63 39
Octal 376 334 46 0 15 125 0 63 143 71
Binary 11111110 11011100 100110 0 1101 1010101 0 110011 1100011 111001

Color Harmonies of #FEDC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC26

Black with #FEDC26

Text Example


Text Example

White with #FEDC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC26; }

 p { color: rgb(254,220,38); }

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

background-color css

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

 a { background-color: rgb(254,220,38); }

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

border-color css

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

 span { border-color: rgb(254,220,38); }

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