Html Css Color HEX #F8BA5F Texas Rose

📋 copy color: '#F8BA5F'

red 248 ◦ green 186 ◦ blue 95

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

Shades of Texas Rose #F8BA5F

Tints of Texas Rose #F8BA5F

RGB

 RED value IS 248 (97.27% from 255) = 46.88%

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

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

R = 46.88%
G = 35.16%
B = 17.96%

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

#F8BA5F (or 0xF8BA5F) is known color: Texas Rose. HEX triplet: F8, BA and 5F. RGB value is (248,186,95). Sum of RGB (Red+Green+Blue) = 248+186+95=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA5F is #0745A0. Grayscale: #C2C2C2. Windows color (decimal): -476577 or 6273784. OLE color: 6273784.

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

Color convert

RGB 248 186 95 -
CMYK 0 0.25 0.62 0.03
HSL 35.69º 0.92% 0.67% -
HSV(B) 35.69º 0.62% 0.97% -
XYZ 58.34 55.9 18.54 -
YUV 194.16 72.04 166.4 -
System Red Green Blue C M Y K H S L
Decimal 248 186 95 0 0.25 0.62 0.03 35.69 0.92 0.67
Hex F8 BA 5F 0 19 3E 3 24 5C 43
Octal 370 272 137 0 31 76 3 44 134 103
Binary 11111000 10111010 1011111 0 11001 111110 11 100100 1011100 1000011

Color Harmonies of #F8BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA5F

Black with #F8BA5F

Text Example


Text Example

White with #F8BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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