#F7B45A

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

Shades of Texas Rose #F7B45A

Tints of Texas Rose #F7B45A

Color information

#F7B45A (or 0xF7B45A) is unknown color: approx Texas Rose. HEX triplet: F7, B4 and 5A. RGB value is (247,180,90). Sum of RGB (Red+Green+Blue) = 247+180+90=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B45A is #084BA5. Grayscale: #BEBEBE. Windows color (decimal): -543654 or 5944567. OLE color: 5944567.

HSL color Cylindrical-coordinate representation of color #F7B45A: hue angle of 34.39º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7B45A is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB24718090-
CMYK00.270.640.03
HSL34.39º90.75%66.08%-
HSV(B)34.39º63.56%96.86%-
XYZ56.5253.1516.95-
YUV189.7771.7168.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.78%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 90 (35.55% from 255) = 17.41%
R=47.78%
G=34.82%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471809000.270.640.0334.3990.7566.08
HexF7B45A01B403225b42
Octal367264132033100342133102
Binary1111011110110100101101001101110000001110001010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B45A; }

 p { color: rgb(247,180,90); }

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

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

 a { background-color: rgb(247,180,90); }

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

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

 span { border-color: rgb(247,180,90); }

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