Html Css Color HEX #FCC098 Romantic

📋 copy color: '#FCC098'

red 252 ◦ green 192 ◦ blue 152

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

Shades of Romantic #FCC098

Tints of Romantic #FCC098

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.21%

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

R = 42.28%
G = 32.21%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCC098 (or 0xFCC098) is known color: Romantic. HEX triplet: FC, C0 and 98. RGB value is (252,192,152). Sum of RGB (Red+Green+Blue) = 252+192+152=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC098 is #033F67. Grayscale: #CDCDCD. Windows color (decimal): -212840 or 10010876. OLE color: 10010876.

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

Color convert

RGB 252 192 152 -
CMYK 0 0.24 0.40 0.01
HSL 24º 0.94% 0.79% -
HSV(B) 24º 0.4% 0.99% -
XYZ 64.66 60.66 38.01 -
YUV 205.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 252 192 152 0 0.24 0.40 0.01 24 0.94 0.79
Hex FC C0 98 0 18 28 1 18 5E 4F
Octal 374 300 230 0 30 50 1 30 136 117
Binary 11111100 11000000 10011000 0 11000 101000 1 11000 1011110 1001111

Color Harmonies of #FCC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC098

Black with #FCC098

Text Example


Text Example

White with #FCC098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC098; }

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

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

background-color css

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

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

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

border-color css

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

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

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