Html Css Color HEX #FEC69A Romantic

📋 copy color: '#FEC69A'

red 254 ◦ green 198 ◦ blue 154

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

Shades of Romantic #FEC69A

Tints of Romantic #FEC69A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.67%

 BLUE value IS 154 (60.55% from 255) = 25.41%

R = 41.91%
G = 32.67%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEC69A (or 0xFEC69A) is known color: Romantic. HEX triplet: FE, C6 and 9A. RGB value is (254,198,154). Sum of RGB (Red+Green+Blue) = 254+198+154=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC69A is #013965. Grayscale: #D1D1D1. Windows color (decimal): -80230 or 10143486. OLE color: 10143486.

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

Color convert

RGB 254 198 154 -
CMYK 0 0.22 0.39 0.00
HSL 26.4º 0.98% 0.8% -
HSV(B) 26.4º 0.39% 1% -
XYZ 66.9 63.79 39.36 -
YUV 209.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 254 198 154 0 0.22 0.39 0.00 26.4 0.98 0.8
Hex FE C6 9A 0 16 27 0 1A 62 50
Octal 376 306 232 0 26 47 0 32 142 120
Binary 11111110 11000110 10011010 0 10110 100111 0 11010 1100010 1010000

Color Harmonies of #FEC69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC69A

Black with #FEC69A

Text Example


Text Example

White with #FEC69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC69A; }

 p { color: rgb(254,198,154); }

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

background-color css

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

 a { background-color: rgb(254,198,154); }

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

border-color css

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

 span { border-color: rgb(254,198,154); }

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