Html Css Color HEX #F2C09E Negroni

📋 copy color: '#F2C09E'

red 242 ◦ green 192 ◦ blue 158

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

Shades of Negroni #F2C09E

Tints of Negroni #F2C09E

RGB

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

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

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

R = 40.88%
G = 32.43%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2C09E (or 0xF2C09E) is known color: Negroni. HEX triplet: F2, C0 and 9E. RGB value is (242,192,158). Sum of RGB (Red+Green+Blue) = 242+192+158=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C09E is #0D3F61. Grayscale: #CBCBCB. Windows color (decimal): -868194 or 10404082. OLE color: 10404082.

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

Color convert

RGB 242 192 158 -
CMYK 0 0.21 0.35 0.05
HSL 24.29º 0.76% 0.78% -
HSV(B) 24.29º 0.35% 0.95% -
XYZ 61.64 59.05 40.5 -
YUV 203.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 242 192 158 0 0.21 0.35 0.05 24.29 0.76 0.78
Hex F2 C0 9E 0 15 23 5 18 4C 4E
Octal 362 300 236 0 25 43 5 30 114 116
Binary 11110010 11000000 10011110 0 10101 100011 101 11000 1001100 1001110

Color Harmonies of #F2C09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C09E

Black with #F2C09E

Text Example


Text Example

White with #F2C09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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