Html Css Color HEX #F2C399 Negroni

📋 copy color: '#F2C399'

red 242 ◦ green 195 ◦ blue 153

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

Shades of Negroni #F2C399

Tints of Negroni #F2C399

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.05%

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

R = 41.02%
G = 33.05%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2C399 (or 0xF2C399) is known color: Negroni. HEX triplet: F2, C3 and 99. RGB value is (242,195,153). Sum of RGB (Red+Green+Blue) = 242+195+153=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C399 is #0D3C66. Grayscale: #CCCCCC. Windows color (decimal): -867431 or 10077170. OLE color: 10077170.

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

Color convert

RGB 242 195 153 -
CMYK 0 0.19 0.37 0.05
HSL 28.31º 0.77% 0.77% -
HSV(B) 28.31º 0.37% 0.95% -
XYZ 61.88 60.21 38.5 -
YUV 204.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 242 195 153 0 0.19 0.37 0.05 28.31 0.77 0.77
Hex F2 C3 99 0 13 25 5 1C 4D 4D
Octal 362 303 231 0 23 45 5 34 115 115
Binary 11110010 11000011 10011001 0 10011 100101 101 11100 1001101 1001101

Color Harmonies of #F2C399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C399

Black with #F2C399

Text Example


Text Example

White with #F2C399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C399; }

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

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

background-color css

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

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

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

border-color css

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

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

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