#F3AE5A

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

Shades of Texas Rose #F3AE5A

Tints of Texas Rose #F3AE5A

Color information

#F3AE5A (or 0xF3AE5A) is unknown color: approx Texas Rose. HEX triplet: F3, AE and 5A. RGB value is (243,174,90). Sum of RGB (Red+Green+Blue) = 243+174+90=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AE5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AE5A is #0C51A5. Grayscale: #B9B9B9. Windows color (decimal): -807334 or 5943027. OLE color: 5943027.

HSL color Cylindrical-coordinate representation of color #F3AE5A: hue angle of 32.94º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3AE5A is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24317490-
CMYK00.280.630.05
HSL32.94º86.44%65.29%-
HSV(B)32.94º62.96%95.29%-
XYZ53.9450.0616.49-
YUV185.0574.36169.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.93%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 90 (35.55% from 255) = 17.75%
R=47.93%
G=34.32%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431749000.280.630.0532.9486.4465.29
HexF3AE5A01C3F5215641
Octal36325613203477541126101
Binary1111001110101110101101001110011111110110000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AE5A; }

 p { color: rgb(243,174,90); }

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

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

 a { background-color: rgb(243,174,90); }

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

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

 span { border-color: rgb(243,174,90); }

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