Html Css Color HEX #F2C09A Negroni

📋 copy color: '#F2C09A'

red 242 ◦ green 192 ◦ blue 154

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

Shades of Negroni #F2C09A

Tints of Negroni #F2C09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.19%

R = 41.16%
G = 32.65%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2C09A (or 0xF2C09A) is known color: Negroni. HEX triplet: F2, C0 and 9A. RGB value is (242,192,154). Sum of RGB (Red+Green+Blue) = 242+192+154=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C09A is #0D3F65. Grayscale: #CACACA. Windows color (decimal): -868198 or 10141938. OLE color: 10141938.

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

Color convert

RGB 242 192 154 -
CMYK 0 0.21 0.36 0.05
HSL 25.91º 0.77% 0.78% -
HSV(B) 25.91º 0.36% 0.95% -
XYZ 61.3 58.91 38.71 -
YUV 202.62 100.57 156.09 -
System Red Green Blue C M Y K H S L
Decimal 242 192 154 0 0.21 0.36 0.05 25.91 0.77 0.78
Hex F2 C0 9A 0 15 24 5 1A 4D 4E
Octal 362 300 232 0 25 44 5 32 115 116
Binary 11110010 11000000 10011010 0 10101 100100 101 11010 1001101 1001110

Color Harmonies of #F2C09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C09A

Black with #F2C09A

Text Example


Text Example

White with #F2C09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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