Html Css Color HEX #F8B051 Texas Rose

📋 copy color: '#F8B051'

red 248 ◦ green 176 ◦ blue 81

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

Shades of Texas Rose #F8B051

Tints of Texas Rose #F8B051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.04%

R = 49.11%
G = 34.85%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F8B051 (or 0xF8B051) is known color: Texas Rose. HEX triplet: F8, B0 and 51. RGB value is (248,176,81). Sum of RGB (Red+Green+Blue) = 248+176+81=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 81 (32.03% from 255 or 16.04% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B051 is #074FAE. Grayscale: #BBBBBB. Windows color (decimal): -479151 or 5353720. OLE color: 5353720.

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

Color convert

RGB 248 176 81 -
CMYK 0 0.29 0.67 0.03
HSL 34.13º 0.92% 0.65% -
HSV(B) 34.13º 0.67% 0.97% -
XYZ 55.72 51.6 14.81 -
YUV 186.7 68.35 171.72 -
System Red Green Blue C M Y K H S L
Decimal 248 176 81 0 0.29 0.67 0.03 34.13 0.92 0.65
Hex F8 B0 51 0 1D 43 3 22 5C 41
Octal 370 260 121 0 35 103 3 42 134 101
Binary 11111000 10110000 1010001 0 11101 1000011 11 100010 1011100 1000001

Color Harmonies of #F8B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B051

Black with #F8B051

Text Example


Text Example

White with #F8B051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B051; }

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

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

background-color css

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

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

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

border-color css

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

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

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