Html Css Color HEX #F2A575 Tacao

📋 copy color: '#F2A575'

red 242 ◦ green 165 ◦ blue 117

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

Shades of Tacao #F2A575

Tints of Tacao #F2A575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.49%

 BLUE value IS 117 (46.09% from 255) = 22.33%

R = 46.18%
G = 31.49%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2A575 (or 0xF2A575) is known color: Tacao. HEX triplet: F2, A5 and 75. RGB value is (242,165,117). Sum of RGB (Red+Green+Blue) = 242+165+117=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A575 is #0D5A8A. Grayscale: #B6B6B6. Windows color (decimal): -875147 or 7710194. OLE color: 7710194.

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

Color convert

RGB 242 165 117 -
CMYK 0 0.32 0.52 0.05
HSL 23.04º 0.83% 0.7% -
HSV(B) 23.04º 0.52% 0.95% -
XYZ 53.28 47.07 23.11 -
YUV 182.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 242 165 117 0 0.32 0.52 0.05 23.04 0.83 0.7
Hex F2 A5 75 0 20 34 5 17 53 46
Octal 362 245 165 0 40 64 5 27 123 106
Binary 11110010 10100101 1110101 0 100000 110100 101 10111 1010011 1000110

Color Harmonies of #F2A575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A575

Black with #F2A575

Text Example


Text Example

White with #F2A575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A575; }

 p { color: rgb(242,165,117); }

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

background-color css

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

 a { background-color: rgb(242,165,117); }

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

border-color css

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

 span { border-color: rgb(242,165,117); }

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