Html Css Color HEX #FCC294 Romantic

📋 copy color: '#FCC294'

red 252 ◦ green 194 ◦ blue 148

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

Shades of Romantic #FCC294

Tints of Romantic #FCC294

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.66%

 BLUE value IS 148 (58.2% from 255) = 24.92%

R = 42.42%
G = 32.66%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCC294 (or 0xFCC294) is known color: Romantic. HEX triplet: FC, C2 and 94. RGB value is (252,194,148). Sum of RGB (Red+Green+Blue) = 252+194+148=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC294 is #033D6B. Grayscale: #CECECE. Windows color (decimal): -212332 or 9749244. OLE color: 9749244.

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

Color convert

RGB 252 194 148 -
CMYK 0 0.23 0.41 0.01
HSL 26.54º 0.95% 0.78% -
HSV(B) 26.54º 0.41% 0.99% -
XYZ 64.78 61.42 36.46 -
YUV 206.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 252 194 148 0 0.23 0.41 0.01 26.54 0.95 0.78
Hex FC C2 94 0 17 29 1 1B 5F 4E
Octal 374 302 224 0 27 51 1 33 137 116
Binary 11111100 11000010 10010100 0 10111 101001 1 11011 1011111 1001110

Color Harmonies of #FCC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC294

Black with #FCC294

Text Example


Text Example

White with #FCC294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC294; }

 p { color: rgb(252,194,148); }

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

background-color css

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

 a { background-color: rgb(252,194,148); }

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

border-color css

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

 span { border-color: rgb(252,194,148); }

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