Html Css Color HEX #FEDC2F Gorse

📋 copy color: '#FEDC2F'

red 254 ◦ green 220 ◦ blue 47

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

Shades of Gorse #FEDC2F

Tints of Gorse #FEDC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.02%

R = 48.75%
G = 42.23%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEDC2F (or 0xFEDC2F) is known color: Gorse. HEX triplet: FE, DC and 2F. RGB value is (254,220,47). Sum of RGB (Red+Green+Blue) = 254+220+47=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 47 (18.75% from 255 or 9.02% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC2F is #0123D0. Grayscale: #D3D3D3. Windows color (decimal): -74705 or 3136766. OLE color: 3136766.

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

Color convert

RGB 254 220 47 -
CMYK 0 0.13 0.81 0.00
HSL 50.14º 0.99% 0.59% -
HSV(B) 50.14º 0.81% 1% -
XYZ 66.98 72.46 13.15 -
YUV 210.44 35.76 159.07 -
System Red Green Blue C M Y K H S L
Decimal 254 220 47 0 0.13 0.81 0.00 50.14 0.99 0.59
Hex FE DC 2F 0 D 51 0 32 63 3B
Octal 376 334 57 0 15 121 0 62 143 73
Binary 11111110 11011100 101111 0 1101 1010001 0 110010 1100011 111011

Color Harmonies of #FEDC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC2F

Black with #FEDC2F

Text Example


Text Example

White with #FEDC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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