Html Css Color HEX #F0B17D Tacao

📋 copy color: '#F0B17D'

red 240 ◦ green 177 ◦ blue 125

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

Shades of Tacao #F0B17D

Tints of Tacao #F0B17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.06%

R = 44.28%
G = 32.66%
B = 23.06%

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

#F0B17D (or 0xF0B17D) is known color: Tacao. HEX triplet: F0, B1 and 7D. RGB value is (240,177,125). Sum of RGB (Red+Green+Blue) = 240+177+125=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B17D is #0F4E82. Grayscale: #BEBEBE. Windows color (decimal): -1003139 or 8237552. OLE color: 8237552.

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

Color convert

RGB 240 177 125 -
CMYK 0 0.26 0.48 0.06
HSL 27.13º 0.79% 0.72% -
HSV(B) 27.13º 0.48% 0.94% -
XYZ 55.36 51.45 26.42 -
YUV 189.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 240 177 125 0 0.26 0.48 0.06 27.13 0.79 0.72
Hex F0 B1 7D 0 1A 30 6 1B 4F 48
Octal 360 261 175 0 32 60 6 33 117 110
Binary 11110000 10110001 1111101 0 11010 110000 110 11011 1001111 1001000

Color Harmonies of #F0B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B17D

Black with #F0B17D

Text Example


Text Example

White with #F0B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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