Html Css Color HEX #FEDA40 Gorse

📋 copy color: '#FEDA40'

red 254 ◦ green 218 ◦ blue 64

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

Shades of Gorse #FEDA40

Tints of Gorse #FEDA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.94%

R = 47.39%
G = 40.67%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEDA40 (or 0xFEDA40) is known color: Gorse. HEX triplet: FE, DA and 40. RGB value is (254,218,64). Sum of RGB (Red+Green+Blue) = 254+218+64=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA40 is #0125BF. Grayscale: #D3D3D3. Windows color (decimal): -75200 or 4250366. OLE color: 4250366.

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

Color convert

RGB 254 218 64 -
CMYK 0 0.14 0.75 0.00
HSL 48.63º 0.99% 0.62% -
HSV(B) 48.63º 0.75% 1% -
XYZ 66.87 71.58 15.14 -
YUV 211.21 44.93 158.52 -
System Red Green Blue C M Y K H S L
Decimal 254 218 64 0 0.14 0.75 0.00 48.63 0.99 0.62
Hex FE DA 40 0 E 4B 0 31 63 3E
Octal 376 332 100 0 16 113 0 61 143 76
Binary 11111110 11011010 1000000 0 1110 1001011 0 110001 1100011 111110

Color Harmonies of #FEDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA40

Black with #FEDA40

Text Example


Text Example

White with #FEDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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