Html Css Color HEX #FEC68D Peach-Orange

📋 copy color: '#FEC68D'

red 254 ◦ green 198 ◦ blue 141

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

Shades of Peach-Orange #FEC68D

Tints of Peach-Orange #FEC68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.78%

R = 42.83%
G = 33.39%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEC68D (or 0xFEC68D) is known color: Peach-Orange. HEX triplet: FE, C6 and 8D. RGB value is (254,198,141). Sum of RGB (Red+Green+Blue) = 254+198+141=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC68D is #013972. Grayscale: #D0D0D0. Windows color (decimal): -80243 or 9291518. OLE color: 9291518.

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

Color convert

RGB 254 198 141 -
CMYK 0 0.22 0.44 0.00
HSL 30.27º 0.98% 0.77% -
HSV(B) 30.27º 0.44% 1% -
XYZ 65.87 63.38 33.96 -
YUV 208.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 254 198 141 0 0.22 0.44 0.00 30.27 0.98 0.77
Hex FE C6 8D 0 16 2C 0 1E 62 4D
Octal 376 306 215 0 26 54 0 36 142 115
Binary 11111110 11000110 10001101 0 10110 101100 0 11110 1100010 1001101

Color Harmonies of #FEC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC68D

Black with #FEC68D

Text Example


Text Example

White with #FEC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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