Html Css Color HEX #F2C79E Negroni

📋 copy color: '#F2C79E'

red 242 ◦ green 199 ◦ blue 158

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

Shades of Negroni #F2C79E

Tints of Negroni #F2C79E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.22%

 BLUE value IS 158 (62.11% from 255) = 26.38%

R = 40.4%
G = 33.22%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2C79E (or 0xF2C79E) is known color: Negroni. HEX triplet: F2, C7 and 9E. RGB value is (242,199,158). Sum of RGB (Red+Green+Blue) = 242+199+158=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C79E is #0D3861. Grayscale: #CFCFCF. Windows color (decimal): -866402 or 10405874. OLE color: 10405874.

HSL color Cylindrical-coordinate representation of color #F2C79E: hue angle of 29.29º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2C79E is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 199 158 -
CMYK 0 0.18 0.35 0.05
HSL 29.29º 0.76% 0.78% -
HSV(B) 29.29º 0.35% 0.95% -
XYZ 63.21 62.19 41.02 -
YUV 207.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 242 199 158 0 0.18 0.35 0.05 29.29 0.76 0.78
Hex F2 C7 9E 0 12 23 5 1D 4C 4E
Octal 362 307 236 0 22 43 5 35 114 116
Binary 11110010 11000111 10011110 0 10010 100011 101 11101 1001100 1001110

Color Harmonies of #F2C79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C79E

Black with #F2C79E

Text Example


Text Example

White with #F2C79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C79E; }

 p { color: rgb(242,199,158); }

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

background-color css

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

 a { background-color: rgb(242,199,158); }

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

border-color css

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

 span { border-color: rgb(242,199,158); }

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