Html Css Color HEX #FEC68C Peach-Orange

📋 copy color: '#FEC68C'

red 254 ◦ green 198 ◦ blue 140

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

Shades of Peach-Orange #FEC68C

Tints of Peach-Orange #FEC68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.65%

R = 42.91%
G = 33.45%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEC68C (or 0xFEC68C) is known color: Peach-Orange. HEX triplet: FE, C6 and 8C. RGB value is (254,198,140). Sum of RGB (Red+Green+Blue) = 254+198+140=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC68C is #013973. Grayscale: #D0D0D0. Windows color (decimal): -80244 or 9225982. OLE color: 9225982.

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

Color convert

RGB 254 198 140 -
CMYK 0 0.22 0.45 0.00
HSL 30.53º 0.98% 0.77% -
HSV(B) 30.53º 0.45% 1% -
XYZ 65.8 63.35 33.57 -
YUV 208.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 254 198 140 0 0.22 0.45 0.00 30.53 0.98 0.77
Hex FE C6 8C 0 16 2D 0 1F 62 4D
Octal 376 306 214 0 26 55 0 37 142 115
Binary 11111110 11000110 10001100 0 10110 101101 0 11111 1100010 1001101

Color Harmonies of #FEC68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC68C

Black with #FEC68C

Text Example


Text Example

White with #FEC68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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