Html Css Color HEX #FEA058 Sandy Brown

📋 copy color: '#FEA058'

red 254 ◦ green 160 ◦ blue 88

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

Shades of Sandy Brown #FEA058

Tints of Sandy Brown #FEA058

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.87%

 BLUE value IS 88 (34.77% from 255) = 17.53%

R = 50.6%
G = 31.87%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEA058 (or 0xFEA058) is known color: Sandy Brown. HEX triplet: FE, A0 and 58. RGB value is (254,160,88). Sum of RGB (Red+Green+Blue) = 254+160+88=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA058 is #015FA7. Grayscale: #B4B4B4. Windows color (decimal): -90024 or 5808382. OLE color: 5808382.

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

Color convert

RGB 254 160 88 -
CMYK 0 0.37 0.65 0.00
HSL 26.02º 0.99% 0.67% -
HSV(B) 26.02º 0.65% 1% -
XYZ 55.21 46.92 15.38 -
YUV 179.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 254 160 88 0 0.37 0.65 0.00 26.02 0.99 0.67
Hex FE A0 58 0 25 41 0 1A 63 43
Octal 376 240 130 0 45 101 0 32 143 103
Binary 11111110 10100000 1011000 0 100101 1000001 0 11010 1100011 1000011

Color Harmonies of #FEA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA058

Black with #FEA058

Text Example


Text Example

White with #FEA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA058; }

 p { color: rgb(254,160,88); }

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

background-color css

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

 a { background-color: rgb(254,160,88); }

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

border-color css

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

 span { border-color: rgb(254,160,88); }

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