Html Css Color HEX #FCC191 Romantic

📋 copy color: '#FCC191'

red 252 ◦ green 193 ◦ blue 145

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

Shades of Romantic #FCC191

Tints of Romantic #FCC191

RGB

 RED value IS 252 (98.83% from 255) = 42.71%

 GREEN value IS 193 (75.78% from 255) = 32.71%

 BLUE value IS 145 (57.03% from 255) = 24.58%

R = 42.71%
G = 32.71%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCC191 (or 0xFCC191) is known color: Romantic. HEX triplet: FC, C1 and 91. RGB value is (252,193,145). Sum of RGB (Red+Green+Blue) = 252+193+145=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC191 is #033E6E. Grayscale: #CDCDCD. Windows color (decimal): -212591 or 9552380. OLE color: 9552380.

HSL color Cylindrical-coordinate representation of color #FCC191: hue angle of 26.92º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCC191 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 193 145 -
CMYK 0 0.23 0.42 0.01
HSL 26.92º 0.95% 0.78% -
HSV(B) 26.92º 0.42% 0.99% -
XYZ 64.33 60.88 35.15 -
YUV 205.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 252 193 145 0 0.23 0.42 0.01 26.92 0.95 0.78
Hex FC C1 91 0 17 2A 1 1B 5F 4E
Octal 374 301 221 0 27 52 1 33 137 116
Binary 11111100 11000001 10010001 0 10111 101010 1 11011 1011111 1001110

Color Harmonies of #FCC191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC191

Black with #FCC191

Text Example


Text Example

White with #FCC191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC191; }

 p { color: rgb(252,193,145); }

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

background-color css

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

 a { background-color: rgb(252,193,145); }

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

border-color css

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

 span { border-color: rgb(252,193,145); }

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