Html Css Color HEX #FEDC2A Gorse

📋 copy color: '#FEDC2A'

red 254 ◦ green 220 ◦ blue 42

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

Shades of Gorse #FEDC2A

Tints of Gorse #FEDC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.14%

R = 49.22%
G = 42.64%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEDC2A (or 0xFEDC2A) is known color: Gorse. HEX triplet: FE, DC and 2A. RGB value is (254,220,42). Sum of RGB (Red+Green+Blue) = 254+220+42=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 42 (16.80% from 255 or 8.14% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC2A is #0123D5. Grayscale: #D2D2D2. Windows color (decimal): -74710 or 2809086. OLE color: 2809086.

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

Color convert

RGB 254 220 42 -
CMYK 0 0.13 0.83 0.00
HSL 50.38º 0.99% 0.58% -
HSV(B) 50.38º 0.83% 1% -
XYZ 66.88 72.42 12.64 -
YUV 209.87 33.26 159.47 -
System Red Green Blue C M Y K H S L
Decimal 254 220 42 0 0.13 0.83 0.00 50.38 0.99 0.58
Hex FE DC 2A 0 D 53 0 32 63 3A
Octal 376 334 52 0 15 123 0 62 143 72
Binary 11111110 11011100 101010 0 1101 1010011 0 110010 1100011 111010

Color Harmonies of #FEDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC2A

Black with #FEDC2A

Text Example


Text Example

White with #FEDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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