#F7B75A

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

Shades of Texas Rose #F7B75A

Tints of Texas Rose #F7B75A

Color information

#F7B75A (or 0xF7B75A) is unknown color: approx Texas Rose. HEX triplet: F7, B7 and 5A. RGB value is (247,183,90). Sum of RGB (Red+Green+Blue) = 247+183+90=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B75A is #0848A5. Grayscale: #BFBFBF. Windows color (decimal): -542886 or 5945335. OLE color: 5945335.

HSL color Cylindrical-coordinate representation of color #F7B75A: hue angle of 35.54º 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 #F7B75A is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB24718390-
CMYK00.260.640.03
HSL35.54º90.75%66.08%-
HSV(B)35.54º63.56%96.86%-
XYZ57.1454.3817.16-
YUV191.5370.7167.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.5%
GREEN value IS 183 (71.88% from 255) = 35.19%
BLUE value IS 90 (35.55% from 255) = 17.31%
R=47.5%
G=35.19%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471839000.260.640.0335.5490.7566.08
HexF7B75A01A403245b42
Octal367267132032100344133102
Binary1111011110110111101101001101010000001110010010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B75A; }

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

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

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

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

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

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

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

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