Html Css Color HEX #FEDC2E Gorse

📋 copy color: '#FEDC2E'

red 254 ◦ green 220 ◦ blue 46

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

Shades of Gorse #FEDC2E

Tints of Gorse #FEDC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.85%

R = 48.85%
G = 42.31%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEDC2E (or 0xFEDC2E) is known color: Gorse. HEX triplet: FE, DC and 2E. RGB value is (254,220,46). Sum of RGB (Red+Green+Blue) = 254+220+46=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 46 (18.36% from 255 or 8.85% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC2E is #0123D1. Grayscale: #D3D3D3. Windows color (decimal): -74706 or 3071230. OLE color: 3071230.

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

Color convert

RGB 254 220 46 -
CMYK 0 0.13 0.82 0.00
HSL 50.19º 0.99% 0.59% -
HSV(B) 50.19º 0.82% 1% -
XYZ 66.96 72.45 13.04 -
YUV 210.33 35.26 159.15 -
System Red Green Blue C M Y K H S L
Decimal 254 220 46 0 0.13 0.82 0.00 50.19 0.99 0.59
Hex FE DC 2E 0 D 52 0 32 63 3B
Octal 376 334 56 0 15 122 0 62 143 73
Binary 11111110 11011100 101110 0 1101 1010010 0 110010 1100011 111011

Color Harmonies of #FEDC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC2E

Black with #FEDC2E

Text Example


Text Example

White with #FEDC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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