Html Css Color HEX #F7B470 Tacao

📋 copy color: '#F7B470'

red 247 ◦ green 180 ◦ blue 112

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

Shades of Tacao #F7B470

Tints of Tacao #F7B470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.4%

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

R = 45.83%
G = 33.4%
B = 20.78%

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

#F7B470 (or 0xF7B470) is known color: Tacao. HEX triplet: F7, B4 and 70. RGB value is (247,180,112). Sum of RGB (Red+Green+Blue) = 247+180+112=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B470 is #084B8F. Grayscale: #C0C0C0. Windows color (decimal): -543632 or 7386359. OLE color: 7386359.

HSL color Cylindrical-coordinate representation of color #F7B470: hue angle of 30.22º 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 #F7B470 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 180 112 -
CMYK 0 0.27 0.55 0.03
HSL 30.22º 0.89% 0.7% -
HSV(B) 30.22º 0.55% 0.97% -
XYZ 57.6 53.59 22.64 -
YUV 192.28 82.7 167.03 -
System Red Green Blue C M Y K H S L
Decimal 247 180 112 0 0.27 0.55 0.03 30.22 0.89 0.7
Hex F7 B4 70 0 1B 37 3 1E 59 46
Octal 367 264 160 0 33 67 3 36 131 106
Binary 11110111 10110100 1110000 0 11011 110111 11 11110 1011001 1000110

Color Harmonies of #F7B470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B470

Black with #F7B470

Text Example


Text Example

White with #F7B470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B470; }

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

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

background-color css

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

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

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

border-color css

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

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

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