Html Css Color HEX #F0B17C Tacao

📋 copy color: '#F0B17C'

red 240 ◦ green 177 ◦ blue 124

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

Shades of Tacao #F0B17C

Tints of Tacao #F0B17C

RGB

 RED value IS 240 (94.14% from 255) = 44.36%

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

 BLUE value IS 124 (48.83% from 255) = 22.92%

R = 44.36%
G = 32.72%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0B17C (or 0xF0B17C) is known color: Tacao. HEX triplet: F0, B1 and 7C. RGB value is (240,177,124). Sum of RGB (Red+Green+Blue) = 240+177+124=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B17C is #0F4E83. Grayscale: #BEBEBE. Windows color (decimal): -1003140 or 8172016. OLE color: 8172016.

HSL color Cylindrical-coordinate representation of color #F0B17C: hue angle of 27.41º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0B17C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 177 124 -
CMYK 0 0.26 0.48 0.06
HSL 27.41º 0.79% 0.71% -
HSV(B) 27.41º 0.48% 0.94% -
XYZ 55.3 51.42 26.08 -
YUV 189.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 240 177 124 0 0.26 0.48 0.06 27.41 0.79 0.71
Hex F0 B1 7C 0 1A 30 6 1B 4F 47
Octal 360 261 174 0 32 60 6 33 117 107
Binary 11110000 10110001 1111100 0 11010 110000 110 11011 1001111 1000111

Color Harmonies of #F0B17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B17C

Black with #F0B17C

Text Example


Text Example

White with #F0B17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B17C; }

 p { color: rgb(240,177,124); }

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

background-color css

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

 a { background-color: rgb(240,177,124); }

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

border-color css

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

 span { border-color: rgb(240,177,124); }

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