Html Css Color HEX #FDA058 Sandy Brown

📋 copy color: '#FDA058'

red 253 ◦ green 160 ◦ blue 88

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

Shades of Sandy Brown #FDA058

Tints of Sandy Brown #FDA058

RGB

 RED value IS 253 (99.22% from 255) = 50.5%

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

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

R = 50.5%
G = 31.94%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDA058 (or 0xFDA058) is known color: Sandy Brown. HEX triplet: FD, A0 and 58. RGB value is (253,160,88). Sum of RGB (Red+Green+Blue) = 253+160+88=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA058 is #025FA7. Grayscale: #B3B3B3. Windows color (decimal): -155560 or 5808381. OLE color: 5808381.

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

Color convert

RGB 253 160 88 -
CMYK 0 0.37 0.65 0.01
HSL 26.18º 0.98% 0.67% -
HSV(B) 26.18º 0.65% 0.99% -
XYZ 54.84 46.73 15.36 -
YUV 179.6 76.31 180.35 -
System Red Green Blue C M Y K H S L
Decimal 253 160 88 0 0.37 0.65 0.01 26.18 0.98 0.67
Hex FD A0 58 0 25 41 1 1A 62 43
Octal 375 240 130 0 45 101 1 32 142 103
Binary 11111101 10100000 1011000 0 100101 1000001 1 11010 1100010 1000011

Color Harmonies of #FDA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA058

Black with #FDA058

Text Example


Text Example

White with #FDA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA058; }

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

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

background-color css

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

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

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

border-color css

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

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

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