Html Css Color HEX #F8A85A Sandy Brown

📋 copy color: '#F8A85A'

red 248 ◦ green 168 ◦ blue 90

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

Shades of Sandy Brown #F8A85A

Tints of Sandy Brown #F8A85A

RGB

 RED value IS 248 (97.27% from 255) = 49.01%

 GREEN value IS 168 (66.02% from 255) = 33.2%

 BLUE value IS 90 (35.55% from 255) = 17.79%

R = 49.01%
G = 33.2%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8A85A (or 0xF8A85A) is known color: Sandy Brown. HEX triplet: F8, A8 and 5A. RGB value is (248,168,90). Sum of RGB (Red+Green+Blue) = 248+168+90=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A85A is #0757A5. Grayscale: #B7B7B7. Windows color (decimal): -481190 or 5941496. OLE color: 5941496.

HSL color Cylindrical-coordinate representation of color #F8A85A: hue angle of 29.62º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8A85A is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 168 90 -
CMYK 0 0.32 0.64 0.03
HSL 29.62º 0.92% 0.66% -
HSV(B) 29.62º 0.64% 0.97% -
XYZ 54.56 48.7 16.2 -
YUV 183.03 75.5 174.34 -
System Red Green Blue C M Y K H S L
Decimal 248 168 90 0 0.32 0.64 0.03 29.62 0.92 0.66
Hex F8 A8 5A 0 20 40 3 1E 5C 42
Octal 370 250 132 0 40 100 3 36 134 102
Binary 11111000 10101000 1011010 0 100000 1000000 11 11110 1011100 1000010

Color Harmonies of #F8A85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A85A

Black with #F8A85A

Text Example


Text Example

White with #F8A85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A85A; }

 p { color: rgb(248,168,90); }

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

background-color css

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

 a { background-color: rgb(248,168,90); }

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

border-color css

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

 span { border-color: rgb(248,168,90); }

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