Html Css Color HEX #F2B577 Tacao

📋 copy color: '#F2B577'

red 242 ◦ green 181 ◦ blue 119

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

Shades of Tacao #F2B577

Tints of Tacao #F2B577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.96%

R = 44.65%
G = 33.39%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2B577 (or 0xF2B577) is known color: Tacao. HEX triplet: F2, B5 and 77. RGB value is (242,181,119). Sum of RGB (Red+Green+Blue) = 242+181+119=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B577 is #0D4A88. Grayscale: #C0C0C0. Windows color (decimal): -871049 or 7845362. OLE color: 7845362.

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

Color convert

RGB 242 181 119 -
CMYK 0 0.25 0.51 0.05
HSL 30.24º 0.83% 0.71% -
HSV(B) 30.24º 0.51% 0.95% -
XYZ 56.47 53.26 24.76 -
YUV 192.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 242 181 119 0 0.25 0.51 0.05 30.24 0.83 0.71
Hex F2 B5 77 0 19 33 5 1E 53 47
Octal 362 265 167 0 31 63 5 36 123 107
Binary 11110010 10110101 1110111 0 11001 110011 101 11110 1010011 1000111

Color Harmonies of #F2B577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B577

Black with #F2B577

Text Example


Text Example

White with #F2B577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B577; }

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

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

background-color css

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

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

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

border-color css

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

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

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