Html Css Color HEX #F7BA5E Texas Rose

📋 copy color: '#F7BA5E'

red 247 ◦ green 186 ◦ blue 94

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

Shades of Texas Rose #F7BA5E

Tints of Texas Rose #F7BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.84%

R = 46.87%
G = 35.29%
B = 17.84%

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

#F7BA5E (or 0xF7BA5E) is known color: Texas Rose. HEX triplet: F7, BA and 5E. RGB value is (247,186,94). Sum of RGB (Red+Green+Blue) = 247+186+94=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BA5E is #0845A1. Grayscale: #C2C2C2. Windows color (decimal): -542114 or 6208247. OLE color: 6208247.

HSL color Cylindrical-coordinate representation of color #F7BA5E: hue angle of 36.08º degrees, saturation: 0.91, 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 #F7BA5E is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 186 94 -
CMYK 0 0.25 0.62 0.03
HSL 36.08º 0.91% 0.67% -
HSV(B) 36.08º 0.62% 0.97% -
XYZ 57.94 55.7 18.29 -
YUV 193.75 71.71 165.98 -
System Red Green Blue C M Y K H S L
Decimal 247 186 94 0 0.25 0.62 0.03 36.08 0.91 0.67
Hex F7 BA 5E 0 19 3E 3 24 5B 43
Octal 367 272 136 0 31 76 3 44 133 103
Binary 11110111 10111010 1011110 0 11001 111110 11 100100 1011011 1000011

Color Harmonies of #F7BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BA5E

Black with #F7BA5E

Text Example


Text Example

White with #F7BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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