Html Css Color HEX #F5CA9D Negroni

📋 copy color: '#F5CA9D'

red 245 ◦ green 202 ◦ blue 157

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

Shades of Negroni #F5CA9D

Tints of Negroni #F5CA9D

RGB

 RED value IS 245 (96.09% from 255) = 40.56%

 GREEN value IS 202 (79.3% from 255) = 33.44%

 BLUE value IS 157 (61.72% from 255) = 25.99%

R = 40.56%
G = 33.44%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5CA9D (or 0xF5CA9D) is known color: Negroni. HEX triplet: F5, CA and 9D. RGB value is (245,202,157). Sum of RGB (Red+Green+Blue) = 245+202+157=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CA9D is #0A3562. Grayscale: #D1D1D1. Windows color (decimal): -669027 or 10341109. OLE color: 10341109.

HSL color Cylindrical-coordinate representation of color #F5CA9D: hue angle of 30.68º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5CA9D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 202 157 -
CMYK 0 0.18 0.36 0.04
HSL 30.68º 0.81% 0.79% -
HSV(B) 30.68º 0.36% 0.96% -
XYZ 64.86 64.09 40.85 -
YUV 209.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 245 202 157 0 0.18 0.36 0.04 30.68 0.81 0.79
Hex F5 CA 9D 0 12 24 4 1F 51 4F
Octal 365 312 235 0 22 44 4 37 121 117
Binary 11110101 11001010 10011101 0 10010 100100 100 11111 1010001 1001111

Color Harmonies of #F5CA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CA9D

Black with #F5CA9D

Text Example


Text Example

White with #F5CA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CA9D; }

 p { color: rgb(245,202,157); }

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

background-color css

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

 a { background-color: rgb(245,202,157); }

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

border-color css

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

 span { border-color: rgb(245,202,157); }

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