Html Css Color HEX #F2C09F Negroni

📋 copy color: '#F2C09F'

red 242 ◦ green 192 ◦ blue 159

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

Shades of Negroni #F2C09F

Tints of Negroni #F2C09F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.38%

 BLUE value IS 159 (62.5% from 255) = 26.81%

R = 40.81%
G = 32.38%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2C09F (or 0xF2C09F) is known color: Negroni. HEX triplet: F2, C0 and 9F. RGB value is (242,192,159). Sum of RGB (Red+Green+Blue) = 242+192+159=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C09F is #0D3F60. Grayscale: #CBCBCB. Windows color (decimal): -868193 or 10469618. OLE color: 10469618.

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

Color convert

RGB 242 192 159 -
CMYK 0 0.21 0.34 0.05
HSL 23.86º 0.76% 0.79% -
HSV(B) 23.86º 0.34% 0.95% -
XYZ 61.73 59.08 40.95 -
YUV 203.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 242 192 159 0 0.21 0.34 0.05 23.86 0.76 0.79
Hex F2 C0 9F 0 15 22 5 18 4C 4F
Octal 362 300 237 0 25 42 5 30 114 117
Binary 11110010 11000000 10011111 0 10101 100010 101 11000 1001100 1001111

Color Harmonies of #F2C09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C09F

Black with #F2C09F

Text Example


Text Example

White with #F2C09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C09F; }

 p { color: rgb(242,192,159); }

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

background-color css

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

 a { background-color: rgb(242,192,159); }

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

border-color css

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

 span { border-color: rgb(242,192,159); }

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