Html Css Color HEX #F7BA5F Texas Rose

📋 copy color: '#F7BA5F'

red 247 ◦ green 186 ◦ blue 95

#F7BA5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas Rose #F7BA5F

Tints of Texas Rose #F7BA5F

RGB

 RED value IS 247 (96.88% from 255) = 46.78%

 GREEN value IS 186 (73.05% from 255) = 35.23%

 BLUE value IS 95 (37.5% from 255) = 17.99%

R = 46.78%
G = 35.23%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7BA5F (or 0xF7BA5F) is known color: Texas Rose. HEX triplet: F7, BA and 5F. RGB value is (247,186,95). Sum of RGB (Red+Green+Blue) = 247+186+95=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BA5F is #0845A0. Grayscale: #C2C2C2. Windows color (decimal): -542113 or 6273783. OLE color: 6273783.

HSL color Cylindrical-coordinate representation of color #F7BA5F: hue angle of 35.92º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7BA5F is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 186 95 -
CMYK 0 0.25 0.62 0.03
HSL 35.92º 0.9% 0.67% -
HSV(B) 35.92º 0.62% 0.97% -
XYZ 57.98 55.72 18.53 -
YUV 193.87 72.21 165.9 -
System Red Green Blue C M Y K H S L
Decimal 247 186 95 0 0.25 0.62 0.03 35.92 0.9 0.67
Hex F7 BA 5F 0 19 3E 3 24 5A 43
Octal 367 272 137 0 31 76 3 44 132 103
Binary 11110111 10111010 1011111 0 11001 111110 11 100100 1011010 1000011

Color Harmonies of #F7BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BA5F

Black with #F7BA5F

Text Example


Text Example

White with #F7BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BA5F; }

 p { color: rgb(247,186,95); }

 H1.HeaderClassName
 {
   color: #F7BA5F;
 }
 .AnyTagClassName
 {
   color: #F7BA5F;
 }
</style>

background-color css

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

 a { background-color: rgb(247,186,95); }

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

border-color css

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

 span { border-color: rgb(247,186,95); }

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