Html Css Color HEX #F2A57C Tacao

📋 copy color: '#F2A57C'

red 242 ◦ green 165 ◦ blue 124

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

Shades of Tacao #F2A57C

Tints of Tacao #F2A57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.35%

R = 45.57%
G = 31.07%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2A57C (or 0xF2A57C) is known color: Tacao. HEX triplet: F2, A5 and 7C. RGB value is (242,165,124). Sum of RGB (Red+Green+Blue) = 242+165+124=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A57C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A57C is #0D5A83. Grayscale: #B7B7B7. Windows color (decimal): -875140 or 8168946. OLE color: 8168946.

HSL color Cylindrical-coordinate representation of color #F2A57C: hue angle of 20.85º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2A57C is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 165 124 -
CMYK 0 0.32 0.49 0.05
HSL 20.85º 0.82% 0.72% -
HSV(B) 20.85º 0.49% 0.95% -
XYZ 53.71 47.24 25.36 -
YUV 183.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 242 165 124 0 0.32 0.49 0.05 20.85 0.82 0.72
Hex F2 A5 7C 0 20 31 5 15 52 48
Octal 362 245 174 0 40 61 5 25 122 110
Binary 11110010 10100101 1111100 0 100000 110001 101 10101 1010010 1001000

Color Harmonies of #F2A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A57C

Black with #F2A57C

Text Example


Text Example

White with #F2A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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