Html Css Color HEX #FEC094 Romantic

📋 copy color: '#FEC094'

red 254 ◦ green 192 ◦ blue 148

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

Shades of Romantic #FEC094

Tints of Romantic #FEC094

RGB

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

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

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

R = 42.76%
G = 32.32%
B = 24.92%

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

#FEC094 (or 0xFEC094) is known color: Romantic. HEX triplet: FE, C0 and 94. RGB value is (254,192,148). Sum of RGB (Red+Green+Blue) = 254+192+148=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC094 is #013F6B. Grayscale: #CDCDCD. Windows color (decimal): -81772 or 9748734. OLE color: 9748734.

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

Color convert

RGB 254 192 148 -
CMYK 0 0.24 0.42 0.00
HSL 24.91º 0.98% 0.79% -
HSV(B) 24.91º 0.42% 1% -
XYZ 65.07 60.91 36.34 -
YUV 205.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 254 192 148 0 0.24 0.42 0.00 24.91 0.98 0.79
Hex FE C0 94 0 18 2A 0 19 62 4F
Octal 376 300 224 0 30 52 0 31 142 117
Binary 11111110 11000000 10010100 0 11000 101010 0 11001 1100010 1001111

Color Harmonies of #FEC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC094

Black with #FEC094

Text Example


Text Example

White with #FEC094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC094; }

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

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

background-color css

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

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

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

border-color css

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

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

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