Html Css Color HEX #F8B16F Tacao

📋 copy color: '#F8B16F'

red 248 ◦ green 177 ◦ blue 111

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

Shades of Tacao #F8B16F

Tints of Tacao #F8B16F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.02%

 BLUE value IS 111 (43.75% from 255) = 20.71%

R = 46.27%
G = 33.02%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8B16F (or 0xF8B16F) is known color: Tacao. HEX triplet: F8, B1 and 6F. RGB value is (248,177,111). Sum of RGB (Red+Green+Blue) = 248+177+111=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B16F is #074E90. Grayscale: #BFBFBF. Windows color (decimal): -478865 or 7320056. OLE color: 7320056.

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

Color convert

RGB 248 177 111 -
CMYK 0 0.29 0.55 0.03
HSL 28.91º 0.91% 0.7% -
HSV(B) 28.91º 0.55% 0.97% -
XYZ 57.3 52.55 22.16 -
YUV 190.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 248 177 111 0 0.29 0.55 0.03 28.91 0.91 0.7
Hex F8 B1 6F 0 1D 37 3 1D 5B 46
Octal 370 261 157 0 35 67 3 35 133 106
Binary 11111000 10110001 1101111 0 11101 110111 11 11101 1011011 1000110

Color Harmonies of #F8B16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B16F

Black with #F8B16F

Text Example


Text Example

White with #F8B16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B16F; }

 p { color: rgb(248,177,111); }

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

background-color css

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

 a { background-color: rgb(248,177,111); }

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

border-color css

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

 span { border-color: rgb(248,177,111); }

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