Html Css Color HEX #F7B274 Tacao

📋 copy color: '#F7B274'

red 247 ◦ green 178 ◦ blue 116

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

Shades of Tacao #F7B274

Tints of Tacao #F7B274

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.9%

 BLUE value IS 116 (45.7% from 255) = 21.44%

R = 45.66%
G = 32.9%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F7B274 (or 0xF7B274) is known color: Tacao. HEX triplet: F7, B2 and 74. RGB value is (247,178,116). Sum of RGB (Red+Green+Blue) = 247+178+116=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B274 is #084D8B. Grayscale: #BFBFBF. Windows color (decimal): -544140 or 7647991. OLE color: 7647991.

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

Color convert

RGB 247 178 116 -
CMYK 0 0.28 0.53 0.03
HSL 28.4º 0.89% 0.71% -
HSV(B) 28.4º 0.53% 0.97% -
XYZ 57.43 52.88 23.7 -
YUV 191.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 247 178 116 0 0.28 0.53 0.03 28.4 0.89 0.71
Hex F7 B2 74 0 1C 35 3 1C 59 47
Octal 367 262 164 0 34 65 3 34 131 107
Binary 11110111 10110010 1110100 0 11100 110101 11 11100 1011001 1000111

Color Harmonies of #F7B274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B274

Black with #F7B274

Text Example


Text Example

White with #F7B274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B274; }

 p { color: rgb(247,178,116); }

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

background-color css

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

 a { background-color: rgb(247,178,116); }

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

border-color css

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

 span { border-color: rgb(247,178,116); }

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