Html Css Color HEX #F2C299 Negroni

📋 copy color: '#F2C299'

red 242 ◦ green 194 ◦ blue 153

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

Shades of Negroni #F2C299

Tints of Negroni #F2C299

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.94%

 BLUE value IS 153 (60.16% from 255) = 25.98%

R = 41.09%
G = 32.94%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2C299 (or 0xF2C299) is known color: Negroni. HEX triplet: F2, C2 and 99. RGB value is (242,194,153). Sum of RGB (Red+Green+Blue) = 242+194+153=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C299 is #0D3D66. Grayscale: #CBCBCB. Windows color (decimal): -867687 or 10076914. OLE color: 10076914.

HSL color Cylindrical-coordinate representation of color #F2C299: hue angle of 27.64º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2C299 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 194 153 -
CMYK 0 0.20 0.37 0.05
HSL 27.64º 0.77% 0.77% -
HSV(B) 27.64º 0.37% 0.95% -
XYZ 61.66 59.76 38.42 -
YUV 203.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 242 194 153 0 0.20 0.37 0.05 27.64 0.77 0.77
Hex F2 C2 99 0 14 25 5 1C 4D 4D
Octal 362 302 231 0 24 45 5 34 115 115
Binary 11110010 11000010 10011001 0 10100 100101 101 11100 1001101 1001101

Color Harmonies of #F2C299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C299

Black with #F2C299

Text Example


Text Example

White with #F2C299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C299; }

 p { color: rgb(242,194,153); }

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

background-color css

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

 a { background-color: rgb(242,194,153); }

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

border-color css

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

 span { border-color: rgb(242,194,153); }

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