Html Css Color HEX #FEDC3F Gorse

📋 copy color: '#FEDC3F'

red 254 ◦ green 220 ◦ blue 63

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

Shades of Gorse #FEDC3F

Tints of Gorse #FEDC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.73%

R = 47.3%
G = 40.97%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEDC3F (or 0xFEDC3F) is known color: Gorse. HEX triplet: FE, DC and 3F. RGB value is (254,220,63). Sum of RGB (Red+Green+Blue) = 254+220+63=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 63 (25% from 255 or 11.73% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC3F is #0123C0. Grayscale: #D4D4D4. Windows color (decimal): -74689 or 4185342. OLE color: 4185342.

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

Color convert

RGB 254 220 63 -
CMYK 0 0.13 0.75 0.00
HSL 49.32º 0.99% 0.62% -
HSV(B) 49.32º 0.75% 1% -
XYZ 67.36 72.62 15.17 -
YUV 212.27 43.76 157.77 -
System Red Green Blue C M Y K H S L
Decimal 254 220 63 0 0.13 0.75 0.00 49.32 0.99 0.62
Hex FE DC 3F 0 D 4B 0 31 63 3E
Octal 376 334 77 0 15 113 0 61 143 76
Binary 11111110 11011100 111111 0 1101 1001011 0 110001 1100011 111110

Color Harmonies of #FEDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC3F

Black with #FEDC3F

Text Example


Text Example

White with #FEDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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