Html Css Color HEX #F2C89E Negroni

📋 copy color: '#F2C89E'

red 242 ◦ green 200 ◦ blue 158

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

Shades of Negroni #F2C89E

Tints of Negroni #F2C89E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.33%

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

R = 40.33%
G = 33.33%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2C89E (or 0xF2C89E) is known color: Negroni. HEX triplet: F2, C8 and 9E. RGB value is (242,200,158). Sum of RGB (Red+Green+Blue) = 242+200+158=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C89E is #0D3761. Grayscale: #CFCFCF. Windows color (decimal): -866146 or 10406130. OLE color: 10406130.

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

Color convert

RGB 242 200 158 -
CMYK 0 0.17 0.35 0.05
HSL 30º 0.76% 0.78% -
HSV(B) 30º 0.35% 0.95% -
XYZ 63.44 62.65 41.1 -
YUV 207.77 99.91 152.42 -
System Red Green Blue C M Y K H S L
Decimal 242 200 158 0 0.17 0.35 0.05 30 0.76 0.78
Hex F2 C8 9E 0 11 23 5 1E 4C 4E
Octal 362 310 236 0 21 43 5 36 114 116
Binary 11110010 11001000 10011110 0 10001 100011 101 11110 1001100 1001110

Color Harmonies of #F2C89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C89E

Black with #F2C89E

Text Example


Text Example

White with #F2C89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C89E; }

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

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

background-color css

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

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

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

border-color css

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

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

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