Html Css Color HEX #FEE13E Gorse

📋 copy color: '#FEE13E'

red 254 ◦ green 225 ◦ blue 62

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

Shades of Gorse #FEE13E

Tints of Gorse #FEE13E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.59%

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

R = 46.95%
G = 41.59%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEE13E (or 0xFEE13E) is known color: Gorse. HEX triplet: FE, E1 and 3E. RGB value is (254,225,62). Sum of RGB (Red+Green+Blue) = 254+225+62=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 62 (24.61% from 255 or 11.46% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE13E is #011EC1. Grayscale: #D7D7D7. Windows color (decimal): -73410 or 4121086. OLE color: 4121086.

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

Color convert

RGB 254 225 62 -
CMYK 0 0.11 0.76 0.00
HSL 50.94º 0.99% 0.62% -
HSV(B) 50.94º 0.76% 1% -
XYZ 68.67 75.27 15.47 -
YUV 215.09 41.61 155.75 -
System Red Green Blue C M Y K H S L
Decimal 254 225 62 0 0.11 0.76 0.00 50.94 0.99 0.62
Hex FE E1 3E 0 B 4C 0 33 63 3E
Octal 376 341 76 0 13 114 0 63 143 76
Binary 11111110 11100001 111110 0 1011 1001100 0 110011 1100011 111110

Color Harmonies of #FEE13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE13E

Black with #FEE13E

Text Example


Text Example

White with #FEE13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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