Html Css Color HEX #F2B477 Tacao

📋 copy color: '#F2B477'

red 242 ◦ green 180 ◦ blue 119

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

Shades of Tacao #F2B477

Tints of Tacao #F2B477

RGB

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

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

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

R = 44.73%
G = 33.27%
B = 22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2B477 (or 0xF2B477) is known color: Tacao. HEX triplet: F2, B4 and 77. RGB value is (242,180,119). Sum of RGB (Red+Green+Blue) = 242+180+119=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B477 is #0D4B88. Grayscale: #BFBFBF. Windows color (decimal): -871305 or 7845106. OLE color: 7845106.

HSL color Cylindrical-coordinate representation of color #F2B477: hue angle of 29.76º 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 #F2B477 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 180 119 -
CMYK 0 0.26 0.51 0.05
HSL 29.76º 0.83% 0.71% -
HSV(B) 29.76º 0.51% 0.95% -
XYZ 56.27 52.85 24.69 -
YUV 191.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 242 180 119 0 0.26 0.51 0.05 29.76 0.83 0.71
Hex F2 B4 77 0 1A 33 5 1E 53 47
Octal 362 264 167 0 32 63 5 36 123 107
Binary 11110010 10110100 1110111 0 11010 110011 101 11110 1010011 1000111

Color Harmonies of #F2B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B477

Black with #F2B477

Text Example


Text Example

White with #F2B477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B477; }

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

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

background-color css

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

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

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

border-color css

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

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

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