Html Css Color HEX #FDA158 Sandy Brown

📋 copy color: '#FDA158'

red 253 ◦ green 161 ◦ blue 88

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

Shades of Sandy Brown #FDA158

Tints of Sandy Brown #FDA158

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.07%

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

R = 50.4%
G = 32.07%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDA158 (or 0xFDA158) is known color: Sandy Brown. HEX triplet: FD, A1 and 58. RGB value is (253,161,88). Sum of RGB (Red+Green+Blue) = 253+161+88=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA158 is #025EA7. Grayscale: #B4B4B4. Windows color (decimal): -155304 or 5808637. OLE color: 5808637.

HSL color Cylindrical-coordinate representation of color #FDA158: hue angle of 26.55º 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 #FDA158 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 161 88 -
CMYK 0 0.36 0.65 0.01
HSL 26.55º 0.98% 0.67% -
HSV(B) 26.55º 0.65% 0.99% -
XYZ 55.01 47.08 15.42 -
YUV 180.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 253 161 88 0 0.36 0.65 0.01 26.55 0.98 0.67
Hex FD A1 58 0 24 41 1 1B 62 43
Octal 375 241 130 0 44 101 1 33 142 103
Binary 11111101 10100001 1011000 0 100100 1000001 1 11011 1100010 1000011

Color Harmonies of #FDA158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA158

Black with #FDA158

Text Example


Text Example

White with #FDA158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA158; }

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

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

background-color css

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

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

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

border-color css

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

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

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