Html Css Color HEX #F0A254 Sandy Brown

📋 copy color: '#F0A254'

red 240 ◦ green 162 ◦ blue 84

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

Shades of Sandy Brown #F0A254

Tints of Sandy Brown #F0A254

RGB

 RED value IS 240 (94.14% from 255) = 49.38%

 GREEN value IS 162 (63.67% from 255) = 33.33%

 BLUE value IS 84 (33.2% from 255) = 17.28%

R = 49.38%
G = 33.33%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F0A254 (or 0xF0A254) is known color: Sandy Brown. HEX triplet: F0, A2 and 54. RGB value is (240,162,84). Sum of RGB (Red+Green+Blue) = 240+162+84=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A254 is #0F5DAB. Grayscale: #B0B0B0. Windows color (decimal): -1007020 or 5546736. OLE color: 5546736.

HSL color Cylindrical-coordinate representation of color #F0A254: hue angle of 30º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0A254 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 162 84 -
CMYK 0 0.32 0.65 0.06
HSL 30º 0.84% 0.64% -
HSV(B) 30º 0.65% 0.94% -
XYZ 50.46 45.01 14.42 -
YUV 176.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 240 162 84 0 0.32 0.65 0.06 30 0.84 0.64
Hex F0 A2 54 0 20 41 6 1E 54 40
Octal 360 242 124 0 40 101 6 36 124 100
Binary 11110000 10100010 1010100 0 100000 1000001 110 11110 1010100 1000000

Color Harmonies of #F0A254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A254

Black with #F0A254

Text Example


Text Example

White with #F0A254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A254; }

 p { color: rgb(240,162,84); }

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

background-color css

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

 a { background-color: rgb(240,162,84); }

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

border-color css

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

 span { border-color: rgb(240,162,84); }

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