#F9AF5A

Color #F9AF5A Texas Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas Rose #F9AF5A

Tints of Texas Rose #F9AF5A

Color information

#F9AF5A (or 0xF9AF5A) is unknown color: approx Texas Rose. HEX triplet: F9, AF and 5A. RGB value is (249,175,90). Sum of RGB (Red+Green+Blue) = 249+175+90=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AF5A is #0650A5. Grayscale: #BBBBBB. Windows color (decimal): -413862 or 5943289. OLE color: 5943289.

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

Color convert

RGB24917590-
CMYK00.300.640.02
HSL32.08º92.98%66.47%-
HSV(B)32.08º63.86%97.65%-
XYZ56.2451.5416.66-
YUV187.4473.02171.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.44%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 90 (35.55% from 255) = 17.51%
R=48.44%
G=34.05%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491759000.300.640.0232.0892.9866.47
HexF9AF5A01E402205d42
Octal371257132036100240135102
Binary1111100110101111101101001111010000001010000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AF5A; }

 p { color: rgb(249,175,90); }

 H1.HeaderClassName
 {
   color: #F9AF5A;
 }
 .AnyTagClassName
 {
   color: #F9AF5A;
 }
</style>
background-color css

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

 a { background-color: rgb(249,175,90); }

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

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

 span { border-color: rgb(249,175,90); }

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