Html Css Color HEX #F8BB5E Texas Rose

📋 copy color: '#F8BB5E'

red 248 ◦ green 187 ◦ blue 94

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

Shades of Texas Rose #F8BB5E

Tints of Texas Rose #F8BB5E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.35%

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

R = 46.88%
G = 35.35%
B = 17.77%

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

#F8BB5E (or 0xF8BB5E) is known color: Texas Rose. HEX triplet: F8, BB and 5E. RGB value is (248,187,94). Sum of RGB (Red+Green+Blue) = 248+187+94=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BB5E is #0744A1. Grayscale: #C3C3C3. Windows color (decimal): -476322 or 6208504. OLE color: 6208504.

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

Color convert

RGB 248 187 94 -
CMYK 0 0.25 0.62 0.03
HSL 36.23º 0.92% 0.67% -
HSV(B) 36.23º 0.62% 0.97% -
XYZ 58.5 56.31 18.37 -
YUV 194.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 248 187 94 0 0.25 0.62 0.03 36.23 0.92 0.67
Hex F8 BB 5E 0 19 3E 3 24 5C 43
Octal 370 273 136 0 31 76 3 44 134 103
Binary 11111000 10111011 1011110 0 11001 111110 11 100100 1011100 1000011

Color Harmonies of #F8BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BB5E

Black with #F8BB5E

Text Example


Text Example

White with #F8BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BB5E; }

 p { color: rgb(248,187,94); }

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

background-color css

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

 a { background-color: rgb(248,187,94); }

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

border-color css

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

 span { border-color: rgb(248,187,94); }

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