Html Css Color HEX #FEDC3E Gorse

📋 copy color: '#FEDC3E'

red 254 ◦ green 220 ◦ blue 62

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

Shades of Gorse #FEDC3E

Tints of Gorse #FEDC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.57%

R = 47.39%
G = 41.04%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEDC3E (or 0xFEDC3E) is known color: Gorse. HEX triplet: FE, DC and 3E. RGB value is (254,220,62). Sum of RGB (Red+Green+Blue) = 254+220+62=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 62 (24.61% from 255 or 11.57% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC3E is #0123C1. Grayscale: #D4D4D4. Windows color (decimal): -74690 or 4119806. OLE color: 4119806.

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

Color convert

RGB 254 220 62 -
CMYK 0 0.13 0.76 0.00
HSL 49.38º 0.99% 0.62% -
HSV(B) 49.38º 0.76% 1% -
XYZ 67.34 72.61 15.02 -
YUV 212.15 43.26 157.85 -
System Red Green Blue C M Y K H S L
Decimal 254 220 62 0 0.13 0.76 0.00 49.38 0.99 0.62
Hex FE DC 3E 0 D 4C 0 31 63 3E
Octal 376 334 76 0 15 114 0 61 143 76
Binary 11111110 11011100 111110 0 1101 1001100 0 110001 1100011 111110

Color Harmonies of #FEDC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC3E

Black with #FEDC3E

Text Example


Text Example

White with #FEDC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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