Html Css Color HEX #F0C09A Negroni

📋 copy color: '#F0C09A'

red 240 ◦ green 192 ◦ blue 154

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

Shades of Negroni #F0C09A

Tints of Negroni #F0C09A

RGB

 RED value IS 240 (94.14% from 255) = 40.96%

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

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

R = 40.96%
G = 32.76%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0C09A (or 0xF0C09A) is known color: Negroni. HEX triplet: F0, C0 and 9A. RGB value is (240,192,154). Sum of RGB (Red+Green+Blue) = 240+192+154=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C09A is #0F3F65. Grayscale: #CACACA. Windows color (decimal): -999270 or 10141936. OLE color: 10141936.

HSL color Cylindrical-coordinate representation of color #F0C09A: hue angle of 26.51º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0C09A is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 192 154 -
CMYK 0 0.20 0.36 0.06
HSL 26.51º 0.74% 0.77% -
HSV(B) 26.51º 0.36% 0.94% -
XYZ 60.62 58.56 38.68 -
YUV 202.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 240 192 154 0 0.20 0.36 0.06 26.51 0.74 0.77
Hex F0 C0 9A 0 14 24 6 1B 4A 4D
Octal 360 300 232 0 24 44 6 33 112 115
Binary 11110000 11000000 10011010 0 10100 100100 110 11011 1001010 1001101

Color Harmonies of #F0C09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C09A

Black with #F0C09A

Text Example


Text Example

White with #F0C09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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