Html Css Color HEX #FEDE3E Gorse

📋 copy color: '#FEDE3E'

red 254 ◦ green 222 ◦ blue 62

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

Shades of Gorse #FEDE3E

Tints of Gorse #FEDE3E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.26%

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

R = 47.21%
G = 41.26%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEDE3E (or 0xFEDE3E) is known color: Gorse. HEX triplet: FE, DE and 3E. RGB value is (254,222,62). Sum of RGB (Red+Green+Blue) = 254+222+62=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 62 (24.61% from 255 or 11.52% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE3E is #0121C1. Grayscale: #D6D6D6. Windows color (decimal): -74178 or 4120318. OLE color: 4120318.

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

Color convert

RGB 254 222 62 -
CMYK 0 0.13 0.76 0.00
HSL 50º 0.99% 0.62% -
HSV(B) 50º 0.76% 1% -
XYZ 67.86 73.66 15.2 -
YUV 213.33 42.6 157.01 -
System Red Green Blue C M Y K H S L
Decimal 254 222 62 0 0.13 0.76 0.00 50 0.99 0.62
Hex FE DE 3E 0 D 4C 0 32 63 3E
Octal 376 336 76 0 15 114 0 62 143 76
Binary 11111110 11011110 111110 0 1101 1001100 0 110010 1100011 111110

Color Harmonies of #FEDE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE3E

Black with #FEDE3E

Text Example


Text Example

White with #FEDE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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