Html Css Color HEX #F2B573 Tacao

📋 copy color: '#F2B573'

red 242 ◦ green 181 ◦ blue 115

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

Shades of Tacao #F2B573

Tints of Tacao #F2B573

RGB

 RED value IS 242 (94.92% from 255) = 44.98%

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

 BLUE value IS 115 (45.31% from 255) = 21.38%

R = 44.98%
G = 33.64%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2B573 (or 0xF2B573) is known color: Tacao. HEX triplet: F2, B5 and 73. RGB value is (242,181,115). Sum of RGB (Red+Green+Blue) = 242+181+115=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B573 is #0D4A8C. Grayscale: #C0C0C0. Windows color (decimal): -871053 or 7583218. OLE color: 7583218.

HSL color Cylindrical-coordinate representation of color #F2B573: hue angle of 31.18º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2B573 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 181 115 -
CMYK 0 0.25 0.52 0.05
HSL 31.18º 0.83% 0.7% -
HSV(B) 31.18º 0.52% 0.95% -
XYZ 56.24 53.16 23.52 -
YUV 191.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 242 181 115 0 0.25 0.52 0.05 31.18 0.83 0.7
Hex F2 B5 73 0 19 34 5 1F 53 46
Octal 362 265 163 0 31 64 5 37 123 106
Binary 11110010 10110101 1110011 0 11001 110100 101 11111 1010011 1000110

Color Harmonies of #F2B573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B573

Black with #F2B573

Text Example


Text Example

White with #F2B573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B573; }

 p { color: rgb(242,181,115); }

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

background-color css

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

 a { background-color: rgb(242,181,115); }

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

border-color css

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

 span { border-color: rgb(242,181,115); }

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