Html Css Color HEX #FEC68F Peach-Orange

📋 copy color: '#FEC68F'

red 254 ◦ green 198 ◦ blue 143

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

Shades of Peach-Orange #FEC68F

Tints of Peach-Orange #FEC68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.03%

R = 42.69%
G = 33.28%
B = 24.03%

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

#FEC68F (or 0xFEC68F) is known color: Peach-Orange. HEX triplet: FE, C6 and 8F. RGB value is (254,198,143). Sum of RGB (Red+Green+Blue) = 254+198+143=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC68F is #013970. Grayscale: #D0D0D0. Windows color (decimal): -80241 or 9422590. OLE color: 9422590.

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

Color convert

RGB 254 198 143 -
CMYK 0 0.22 0.44 0.00
HSL 29.73º 0.98% 0.78% -
HSV(B) 29.73º 0.44% 1% -
XYZ 66.03 63.44 34.75 -
YUV 208.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 254 198 143 0 0.22 0.44 0.00 29.73 0.98 0.78
Hex FE C6 8F 0 16 2C 0 1E 62 4E
Octal 376 306 217 0 26 54 0 36 142 116
Binary 11111110 11000110 10001111 0 10110 101100 0 11110 1100010 1001110

Color Harmonies of #FEC68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC68F

Black with #FEC68F

Text Example


Text Example

White with #FEC68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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