Html Css Color HEX #FCC398 Romantic

📋 copy color: '#FCC398'

red 252 ◦ green 195 ◦ blue 152

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

Shades of Romantic #FCC398

Tints of Romantic #FCC398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.38%

R = 42.07%
G = 32.55%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCC398 (or 0xFCC398) is known color: Romantic. HEX triplet: FC, C3 and 98. RGB value is (252,195,152). Sum of RGB (Red+Green+Blue) = 252+195+152=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC398 is #033C67. Grayscale: #CFCFCF. Windows color (decimal): -212072 or 10011644. OLE color: 10011644.

HSL color Cylindrical-coordinate representation of color #FCC398: hue angle of 25.8º 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 #FCC398 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 195 152 -
CMYK 0 0.23 0.40 0.01
HSL 25.8º 0.94% 0.79% -
HSV(B) 25.8º 0.4% 0.99% -
XYZ 65.33 61.99 38.23 -
YUV 207.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 252 195 152 0 0.23 0.40 0.01 25.8 0.94 0.79
Hex FC C3 98 0 17 28 1 1A 5E 4F
Octal 374 303 230 0 27 50 1 32 136 117
Binary 11111100 11000011 10011000 0 10111 101000 1 11010 1011110 1001111

Color Harmonies of #FCC398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC398

Black with #FCC398

Text Example


Text Example

White with #FCC398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC398; }

 p { color: rgb(252,195,152); }

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

background-color css

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

 a { background-color: rgb(252,195,152); }

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

border-color css

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

 span { border-color: rgb(252,195,152); }

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