Html Css Color HEX #F7B482 Tacao

📋 copy color: '#F7B482'

red 247 ◦ green 180 ◦ blue 130

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

Shades of Tacao #F7B482

Tints of Tacao #F7B482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.34%

R = 44.34%
G = 32.32%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F7B482 (or 0xF7B482) is known color: Tacao. HEX triplet: F7, B4 and 82. RGB value is (247,180,130). Sum of RGB (Red+Green+Blue) = 247+180+130=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B482 is #084B7D. Grayscale: #C2C2C2. Windows color (decimal): -543614 or 8566007. OLE color: 8566007.

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

Color convert

RGB 247 180 130 -
CMYK 0 0.27 0.47 0.03
HSL 25.64º 0.88% 0.74% -
HSV(B) 25.64º 0.47% 0.97% -
XYZ 58.71 54.03 28.45 -
YUV 194.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 247 180 130 0 0.27 0.47 0.03 25.64 0.88 0.74
Hex F7 B4 82 0 1B 2F 3 1A 58 4A
Octal 367 264 202 0 33 57 3 32 130 112
Binary 11110111 10110100 10000010 0 11011 101111 11 11010 1011000 1001010

Color Harmonies of #F7B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B482

Black with #F7B482

Text Example


Text Example

White with #F7B482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B482; }

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

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

background-color css

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

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

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

border-color css

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

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

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