Html Css Color HEX #FCC497 Romantic

📋 copy color: '#FCC497'

red 252 ◦ green 196 ◦ blue 151

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

Shades of Romantic #FCC497

Tints of Romantic #FCC497

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.72%

 BLUE value IS 151 (59.38% from 255) = 25.21%

R = 42.07%
G = 32.72%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCC497 (or 0xFCC497) is known color: Romantic. HEX triplet: FC, C4 and 97. RGB value is (252,196,151). Sum of RGB (Red+Green+Blue) = 252+196+151=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC497 is #033B68. Grayscale: #CFCFCF. Windows color (decimal): -211817 or 9946364. OLE color: 9946364.

HSL color Cylindrical-coordinate representation of color #FCC497: hue angle of 26.73º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCC497 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 196 151 -
CMYK 0 0.22 0.40 0.01
HSL 26.73º 0.94% 0.79% -
HSV(B) 26.73º 0.4% 0.99% -
XYZ 65.47 62.41 37.87 -
YUV 207.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 252 196 151 0 0.22 0.40 0.01 26.73 0.94 0.79
Hex FC C4 97 0 16 28 1 1B 5E 4F
Octal 374 304 227 0 26 50 1 33 136 117
Binary 11111100 11000100 10010111 0 10110 101000 1 11011 1011110 1001111

Color Harmonies of #FCC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC497

Black with #FCC497

Text Example


Text Example

White with #FCC497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC497; }

 p { color: rgb(252,196,151); }

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

background-color css

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

 a { background-color: rgb(252,196,151); }

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

border-color css

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

 span { border-color: rgb(252,196,151); }

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