Html Css Color HEX #FEDA3E Gorse

📋 copy color: '#FEDA3E'

red 254 ◦ green 218 ◦ blue 62

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

Shades of Gorse #FEDA3E

Tints of Gorse #FEDA3E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

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

R = 47.57%
G = 40.82%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEDA3E (or 0xFEDA3E) is known color: Gorse. HEX triplet: FE, DA and 3E. RGB value is (254,218,62). Sum of RGB (Red+Green+Blue) = 254+218+62=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA3E is #0125C1. Grayscale: #D3D3D3. Windows color (decimal): -75202 or 4119294. OLE color: 4119294.

HSL color Cylindrical-coordinate representation of color #FEDA3E: hue angle of 48.75º 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 #FEDA3E is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 218 62 -
CMYK 0 0.14 0.76 0.00
HSL 48.75º 0.99% 0.62% -
HSV(B) 48.75º 0.76% 1% -
XYZ 66.81 71.56 14.85 -
YUV 210.98 43.93 158.68 -
System Red Green Blue C M Y K H S L
Decimal 254 218 62 0 0.14 0.76 0.00 48.75 0.99 0.62
Hex FE DA 3E 0 E 4C 0 31 63 3E
Octal 376 332 76 0 16 114 0 61 143 76
Binary 11111110 11011010 111110 0 1110 1001100 0 110001 1100011 111110

Color Harmonies of #FEDA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA3E

Black with #FEDA3E

Text Example


Text Example

White with #FEDA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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