Html Css Color HEX #F7B570 Tacao

📋 copy color: '#F7B570'

red 247 ◦ green 181 ◦ blue 112

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

Shades of Tacao #F7B570

Tints of Tacao #F7B570

RGB

 RED value IS 247 (96.88% from 255) = 45.74%

 GREEN value IS 181 (71.09% from 255) = 33.52%

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

R = 45.74%
G = 33.52%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7B570 (or 0xF7B570) is known color: Tacao. HEX triplet: F7, B5 and 70. RGB value is (247,181,112). Sum of RGB (Red+Green+Blue) = 247+181+112=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B570 is #084A8F. Grayscale: #C1C1C1. Windows color (decimal): -543376 or 7386615. OLE color: 7386615.

HSL color Cylindrical-coordinate representation of color #F7B570: hue angle of 30.67º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7B570 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 181 112 -
CMYK 0 0.27 0.55 0.03
HSL 30.67º 0.89% 0.7% -
HSV(B) 30.67º 0.55% 0.97% -
XYZ 57.81 53.99 22.7 -
YUV 192.87 82.37 166.61 -
System Red Green Blue C M Y K H S L
Decimal 247 181 112 0 0.27 0.55 0.03 30.67 0.89 0.7
Hex F7 B5 70 0 1B 37 3 1F 59 46
Octal 367 265 160 0 33 67 3 37 131 106
Binary 11110111 10110101 1110000 0 11011 110111 11 11111 1011001 1000110

Color Harmonies of #F7B570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B570

Black with #F7B570

Text Example


Text Example

White with #F7B570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B570; }

 p { color: rgb(247,181,112); }

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

background-color css

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

 a { background-color: rgb(247,181,112); }

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

border-color css

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

 span { border-color: rgb(247,181,112); }

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