Html Css Color HEX #F7B472 Tacao

📋 copy color: '#F7B472'

red 247 ◦ green 180 ◦ blue 114

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

Shades of Tacao #F7B472

Tints of Tacao #F7B472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.07%

R = 45.66%
G = 33.27%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F7B472 (or 0xF7B472) is known color: Tacao. HEX triplet: F7, B4 and 72. RGB value is (247,180,114). Sum of RGB (Red+Green+Blue) = 247+180+114=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B472 is #084B8D. Grayscale: #C0C0C0. Windows color (decimal): -543630 or 7517431. OLE color: 7517431.

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

Color convert

RGB 247 180 114 -
CMYK 0 0.27 0.54 0.03
HSL 29.77º 0.89% 0.71% -
HSV(B) 29.77º 0.54% 0.97% -
XYZ 57.72 53.63 23.23 -
YUV 192.51 83.7 166.87 -
System Red Green Blue C M Y K H S L
Decimal 247 180 114 0 0.27 0.54 0.03 29.77 0.89 0.71
Hex F7 B4 72 0 1B 36 3 1E 59 47
Octal 367 264 162 0 33 66 3 36 131 107
Binary 11110111 10110100 1110010 0 11011 110110 11 11110 1011001 1000111

Color Harmonies of #F7B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B472

Black with #F7B472

Text Example


Text Example

White with #F7B472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B472; }

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

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

background-color css

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

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

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

border-color css

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

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

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