Html Css Color HEX #F8B05A Texas Rose

📋 copy color: '#F8B05A'

red 248 ◦ green 176 ◦ blue 90

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

Shades of Texas Rose #F8B05A

Tints of Texas Rose #F8B05A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.24%

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 48.25%
G = 34.24%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F8B05A (or 0xF8B05A) is known color: Texas Rose. HEX triplet: F8, B0 and 5A. RGB value is (248,176,90). Sum of RGB (Red+Green+Blue) = 248+176+90=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B05A is #074FA5. Grayscale: #BCBCBC. Windows color (decimal): -479142 or 5943544. OLE color: 5943544.

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

Color convert

RGB 248 176 90 -
CMYK 0 0.29 0.64 0.03
HSL 32.66º 0.92% 0.66% -
HSV(B) 32.66º 0.64% 0.97% -
XYZ 56.08 51.75 16.7 -
YUV 187.72 72.85 170.99 -
System Red Green Blue C M Y K H S L
Decimal 248 176 90 0 0.29 0.64 0.03 32.66 0.92 0.66
Hex F8 B0 5A 0 1D 40 3 21 5C 42
Octal 370 260 132 0 35 100 3 41 134 102
Binary 11111000 10110000 1011010 0 11101 1000000 11 100001 1011100 1000010

Color Harmonies of #F8B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B05A

Black with #F8B05A

Text Example


Text Example

White with #F8B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B05A; }

 p { color: rgb(248,176,90); }

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

background-color css

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

 a { background-color: rgb(248,176,90); }

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

border-color css

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

 span { border-color: rgb(248,176,90); }

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