Html Css Color HEX #FEC690 Peach-Orange

📋 copy color: '#FEC690'

red 254 ◦ green 198 ◦ blue 144

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

Shades of Peach-Orange #FEC690

Tints of Peach-Orange #FEC690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.16%

R = 42.62%
G = 33.22%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEC690 (or 0xFEC690) is known color: Peach-Orange. HEX triplet: FE, C6 and 90. RGB value is (254,198,144). Sum of RGB (Red+Green+Blue) = 254+198+144=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC690 is #01396F. Grayscale: #D0D0D0. Windows color (decimal): -80240 or 9488126. OLE color: 9488126.

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

Color convert

RGB 254 198 144 -
CMYK 0 0.22 0.43 0.00
HSL 29.45º 0.98% 0.78% -
HSV(B) 29.45º 0.43% 1% -
XYZ 66.1 63.47 35.15 -
YUV 208.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 254 198 144 0 0.22 0.43 0.00 29.45 0.98 0.78
Hex FE C6 90 0 16 2B 0 1D 62 4E
Octal 376 306 220 0 26 53 0 35 142 116
Binary 11111110 11000110 10010000 0 10110 101011 0 11101 1100010 1001110

Color Harmonies of #FEC690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC690

Black with #FEC690

Text Example


Text Example

White with #FEC690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC690; }

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

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

background-color css

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

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

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

border-color css

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

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

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