Html Css Color HEX #FEC294 Romantic

📋 copy color: '#FEC294'

red 254 ◦ green 194 ◦ blue 148

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

Shades of Romantic #FEC294

Tints of Romantic #FEC294

RGB

 RED value IS 254 (99.61% from 255) = 42.62%

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

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

R = 42.62%
G = 32.55%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEC294 (or 0xFEC294) is known color: Romantic. HEX triplet: FE, C2 and 94. RGB value is (254,194,148). Sum of RGB (Red+Green+Blue) = 254+194+148=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC294 is #013D6B. Grayscale: #CECECE. Windows color (decimal): -81260 or 9749246. OLE color: 9749246.

HSL color Cylindrical-coordinate representation of color #FEC294: hue angle of 26.04º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEC294 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 194 148 -
CMYK 0 0.24 0.42 0.00
HSL 26.04º 0.98% 0.79% -
HSV(B) 26.04º 0.42% 1% -
XYZ 65.51 61.79 36.49 -
YUV 206.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 254 194 148 0 0.24 0.42 0.00 26.04 0.98 0.79
Hex FE C2 94 0 18 2A 0 1A 62 4F
Octal 376 302 224 0 30 52 0 32 142 117
Binary 11111110 11000010 10010100 0 11000 101010 0 11010 1100010 1001111

Color Harmonies of #FEC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC294

Black with #FEC294

Text Example


Text Example

White with #FEC294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC294; }

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

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

background-color css

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

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

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

border-color css

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

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

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