Html Css Color HEX #F9A25C Sandy Brown

📋 copy color: '#F9A25C'

red 249 ◦ green 162 ◦ blue 92

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

Shades of Sandy Brown #F9A25C

Tints of Sandy Brown #F9A25C

RGB

 RED value IS 249 (97.66% from 255) = 49.5%

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

 BLUE value IS 92 (36.33% from 255) = 18.29%

R = 49.5%
G = 32.21%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9A25C (or 0xF9A25C) is known color: Sandy Brown. HEX triplet: F9, A2 and 5C. RGB value is (249,162,92). Sum of RGB (Red+Green+Blue) = 249+162+92=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A25C is #065DA3. Grayscale: #B4B4B4. Windows color (decimal): -417188 or 6071033. OLE color: 6071033.

HSL color Cylindrical-coordinate representation of color #F9A25C: hue angle of 26.75º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9A25C is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 162 92 -
CMYK 0 0.35 0.63 0.02
HSL 26.75º 0.93% 0.67% -
HSV(B) 26.75º 0.63% 0.98% -
XYZ 53.92 46.75 16.31 -
YUV 180.03 78.32 177.19 -
System Red Green Blue C M Y K H S L
Decimal 249 162 92 0 0.35 0.63 0.02 26.75 0.93 0.67
Hex F9 A2 5C 0 23 3F 2 1B 5D 43
Octal 371 242 134 0 43 77 2 33 135 103
Binary 11111001 10100010 1011100 0 100011 111111 10 11011 1011101 1000011

Color Harmonies of #F9A25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A25C

Black with #F9A25C

Text Example


Text Example

White with #F9A25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A25C; }

 p { color: rgb(249,162,92); }

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

background-color css

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

 a { background-color: rgb(249,162,92); }

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

border-color css

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

 span { border-color: rgb(249,162,92); }

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