Html Css Color HEX #FFB070 Tacao

📋 copy color: '#FFB070'

red 255 ◦ green 176 ◦ blue 112

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

Shades of Tacao #FFB070

Tints of Tacao #FFB070

RGB

 RED value IS 255 (100% from 255) = 46.96%

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

 BLUE value IS 112 (44.14% from 255) = 20.63%

R = 46.96%
G = 32.41%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFB070 (or 0xFFB070) is known color: Tacao. HEX triplet: FF, B0 and 70. RGB value is (255,176,112). Sum of RGB (Red+Green+Blue) = 255+176+112=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB070 is #004F8F. Grayscale: #C0C0C0. Windows color (decimal): -20368 or 7385343. OLE color: 7385343.

HSL color Cylindrical-coordinate representation of color #FFB070: hue angle of 26.85º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFB070 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 112 -
CMYK 0 0.31 0.56 0
HSL 26.85º 1% 0.72% -
HSV(B) 26.85º 0.56% 1% -
XYZ 59.69 53.48 22.51 -
YUV 192.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 255 176 112 0 0.31 0.56 0 26.85 1 0.72
Hex FF B0 70 0 1F 38 0 1B 64 48
Octal 377 260 160 0 37 70 0 33 144 110
Binary 11111111 10110000 1110000 0 11111 111000 0 11011 1100100 1001000

Color Harmonies of #FFB070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB070

Black with #FFB070

Text Example


Text Example

White with #FFB070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB070; }

 p { color: rgb(255,176,112); }

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

background-color css

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

 a { background-color: rgb(255,176,112); }

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

border-color css

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

 span { border-color: rgb(255,176,112); }

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