Html Css Color HEX #F5B06C Tacao

📋 copy color: '#F5B06C'

red 245 ◦ green 176 ◦ blue 108

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

Shades of Tacao #F5B06C

Tints of Tacao #F5B06C

RGB

 RED value IS 245 (96.09% from 255) = 46.31%

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

 BLUE value IS 108 (42.58% from 255) = 20.42%

R = 46.31%
G = 33.27%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5B06C (or 0xF5B06C) is known color: Tacao. HEX triplet: F5, B0 and 6C. RGB value is (245,176,108). Sum of RGB (Red+Green+Blue) = 245+176+108=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B06C is #0A4F93. Grayscale: #BDBDBD. Windows color (decimal): -675732 or 7123189. OLE color: 7123189.

HSL color Cylindrical-coordinate representation of color #F5B06C: hue angle of 29.78º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5B06C is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 176 108 -
CMYK 0 0.28 0.56 0.04
HSL 29.78º 0.87% 0.69% -
HSV(B) 29.78º 0.56% 0.96% -
XYZ 55.89 51.55 21.19 -
YUV 188.88 82.36 168.03 -
System Red Green Blue C M Y K H S L
Decimal 245 176 108 0 0.28 0.56 0.04 29.78 0.87 0.69
Hex F5 B0 6C 0 1C 38 4 1E 57 45
Octal 365 260 154 0 34 70 4 36 127 105
Binary 11110101 10110000 1101100 0 11100 111000 100 11110 1010111 1000101

Color Harmonies of #F5B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B06C

Black with #F5B06C

Text Example


Text Example

White with #F5B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B06C; }

 p { color: rgb(245,176,108); }

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

background-color css

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

 a { background-color: rgb(245,176,108); }

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

border-color css

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

 span { border-color: rgb(245,176,108); }

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