Html Css Color HEX #F8BA60 Texas Rose

📋 copy color: '#F8BA60'

red 248 ◦ green 186 ◦ blue 96

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

Shades of Texas Rose #F8BA60

Tints of Texas Rose #F8BA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.11%

R = 46.79%
G = 35.09%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F8BA60 (or 0xF8BA60) is known color: Texas Rose. HEX triplet: F8, BA and 60. RGB value is (248,186,96). Sum of RGB (Red+Green+Blue) = 248+186+96=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA60 is #07459F. Grayscale: #C2C2C2. Windows color (decimal): -476576 or 6339320. OLE color: 6339320.

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

Color convert

RGB 248 186 96 -
CMYK 0 0.25 0.61 0.03
HSL 35.53º 0.92% 0.67% -
HSV(B) 35.53º 0.61% 0.97% -
XYZ 58.38 55.92 18.78 -
YUV 194.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 248 186 96 0 0.25 0.61 0.03 35.53 0.92 0.67
Hex F8 BA 60 0 19 3D 3 24 5C 43
Octal 370 272 140 0 31 75 3 44 134 103
Binary 11111000 10111010 1100000 0 11001 111101 11 100100 1011100 1000011

Color Harmonies of #F8BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA60

Black with #F8BA60

Text Example


Text Example

White with #F8BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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