Html Css Color HEX #F2B070 Tacao

📋 copy color: '#F2B070'

red 242 ◦ green 176 ◦ blue 112

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

Shades of Tacao #F2B070

Tints of Tacao #F2B070

RGB

 RED value IS 242 (94.92% from 255) = 45.66%

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

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

R = 45.66%
G = 33.21%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2B070 (or 0xF2B070) is known color: Tacao. HEX triplet: F2, B0 and 70. RGB value is (242,176,112). Sum of RGB (Red+Green+Blue) = 242+176+112=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B070 is #0D4F8F. Grayscale: #BCBCBC. Windows color (decimal): -872336 or 7385330. OLE color: 7385330.

HSL color Cylindrical-coordinate representation of color #F2B070: hue angle of 29.54º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2B070 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 176 112 -
CMYK 0 0.27 0.54 0.05
HSL 29.54º 0.83% 0.69% -
HSV(B) 29.54º 0.54% 0.95% -
XYZ 55.07 51.1 22.29 -
YUV 188.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 242 176 112 0 0.27 0.54 0.05 29.54 0.83 0.69
Hex F2 B0 70 0 1B 36 5 1E 53 45
Octal 362 260 160 0 33 66 5 36 123 105
Binary 11110010 10110000 1110000 0 11011 110110 101 11110 1010011 1000101

Color Harmonies of #F2B070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B070

Black with #F2B070

Text Example


Text Example

White with #F2B070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B070; }

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

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

background-color css

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

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

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

border-color css

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

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

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