Html Css Color HEX #F5AB6C Tacao

📋 copy color: '#F5AB6C'

red 245 ◦ green 171 ◦ blue 108

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

Shades of Tacao #F5AB6C

Tints of Tacao #F5AB6C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.63%

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

R = 46.76%
G = 32.63%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5AB6C (or 0xF5AB6C) is known color: Tacao. HEX triplet: F5, AB and 6C. RGB value is (245,171,108). Sum of RGB (Red+Green+Blue) = 245+171+108=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AB6C is #0A5493. Grayscale: #BABABA. Windows color (decimal): -677012 or 7121909. OLE color: 7121909.

HSL color Cylindrical-coordinate representation of color #F5AB6C: hue angle of 27.59º 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 #F5AB6C is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 171 108 -
CMYK 0 0.30 0.56 0.04
HSL 27.59º 0.87% 0.69% -
HSV(B) 27.59º 0.56% 0.96% -
XYZ 54.93 49.62 20.87 -
YUV 185.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 245 171 108 0 0.30 0.56 0.04 27.59 0.87 0.69
Hex F5 AB 6C 0 1E 38 4 1C 57 45
Octal 365 253 154 0 36 70 4 34 127 105
Binary 11110101 10101011 1101100 0 11110 111000 100 11100 1010111 1000101

Color Harmonies of #F5AB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB6C

Black with #F5AB6C

Text Example


Text Example

White with #F5AB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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