Html Css Color HEX #FCC093 Romantic

📋 copy color: '#FCC093'

red 252 ◦ green 192 ◦ blue 147

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

Shades of Romantic #FCC093

Tints of Romantic #FCC093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.87%

R = 42.64%
G = 32.49%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCC093 (or 0xFCC093) is known color: Romantic. HEX triplet: FC, C0 and 93. RGB value is (252,192,147). Sum of RGB (Red+Green+Blue) = 252+192+147=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC093 is #033F6C. Grayscale: #CDCDCD. Windows color (decimal): -212845 or 9683196. OLE color: 9683196.

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

Color convert

RGB 252 192 147 -
CMYK 0 0.24 0.42 0.01
HSL 25.71º 0.95% 0.78% -
HSV(B) 25.71º 0.42% 0.99% -
XYZ 64.26 60.5 35.89 -
YUV 204.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 252 192 147 0 0.24 0.42 0.01 25.71 0.95 0.78
Hex FC C0 93 0 18 2A 1 1A 5F 4E
Octal 374 300 223 0 30 52 1 32 137 116
Binary 11111100 11000000 10010011 0 11000 101010 1 11010 1011111 1001110

Color Harmonies of #FCC093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC093

Black with #FCC093

Text Example


Text Example

White with #FCC093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC093; }

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

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

background-color css

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

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

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

border-color css

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

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

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