Html Css Color HEX #F2A57D Tacao

📋 copy color: '#F2A57D'

red 242 ◦ green 165 ◦ blue 125

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

Shades of Tacao #F2A57D

Tints of Tacao #F2A57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.5%

R = 45.49%
G = 31.02%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2A57D (or 0xF2A57D) is known color: Tacao. HEX triplet: F2, A5 and 7D. RGB value is (242,165,125). Sum of RGB (Red+Green+Blue) = 242+165+125=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A57D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A57D is #0D5A82. Grayscale: #B7B7B7. Windows color (decimal): -875139 or 8234482. OLE color: 8234482.

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

Color convert

RGB 242 165 125 -
CMYK 0 0.32 0.48 0.05
HSL 20.51º 0.82% 0.72% -
HSV(B) 20.51º 0.48% 0.95% -
XYZ 53.77 47.27 25.69 -
YUV 183.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 242 165 125 0 0.32 0.48 0.05 20.51 0.82 0.72
Hex F2 A5 7D 0 20 30 5 15 52 48
Octal 362 245 175 0 40 60 5 25 122 110
Binary 11110010 10100101 1111101 0 100000 110000 101 10101 1010010 1001000

Color Harmonies of #F2A57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A57D

Black with #F2A57D

Text Example


Text Example

White with #F2A57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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