#FAB05A

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

Shades of Texas Rose #FAB05A

Tints of Texas Rose #FAB05A

Color information

#FAB05A (or 0xFAB05A) is unknown color: approx Texas Rose. HEX triplet: FA, B0 and 5A. RGB value is (250,176,90). Sum of RGB (Red+Green+Blue) = 250+176+90=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB05A is #054FA5. Grayscale: #BCBCBC. Windows color (decimal): -348070 or 5943546. OLE color: 5943546.

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

Color convert

RGB25017690-
CMYK00.300.640.02
HSL32.25º94.12%66.67%-
HSV(B)32.25º64%98.04%-
XYZ56.852.1116.74-
YUV188.3272.52171.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.45%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 90 (35.55% from 255) = 17.44%
R=48.45%
G=34.11%
B=17.44%

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
Decimal2501769000.300.640.0232.2594.1266.67
HexFAB05A01E402205e43
Octal372260132036100240136103
Binary1111101010110000101101001111010000001010000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB05A; }

 p { color: rgb(250,176,90); }

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

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

 a { background-color: rgb(250,176,90); }

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

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

 span { border-color: rgb(250,176,90); }

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