Html Css Color HEX #FEC68A Peach-Orange

📋 copy color: '#FEC68A'

red 254 ◦ green 198 ◦ blue 138

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

Shades of Peach-Orange #FEC68A

Tints of Peach-Orange #FEC68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.39%

R = 43.05%
G = 33.56%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FEC68A (or 0xFEC68A) is known color: Peach-Orange. HEX triplet: FE, C6 and 8A. RGB value is (254,198,138). Sum of RGB (Red+Green+Blue) = 254+198+138=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC68A is #013975. Grayscale: #D0D0D0. Windows color (decimal): -80246 or 9094910. OLE color: 9094910.

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

Color convert

RGB 254 198 138 -
CMYK 0 0.22 0.46 0.00
HSL 31.03º 0.98% 0.77% -
HSV(B) 31.03º 0.46% 1% -
XYZ 65.65 63.29 32.8 -
YUV 207.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 254 198 138 0 0.22 0.46 0.00 31.03 0.98 0.77
Hex FE C6 8A 0 16 2E 0 1F 62 4D
Octal 376 306 212 0 26 56 0 37 142 115
Binary 11111110 11000110 10001010 0 10110 101110 0 11111 1100010 1001101

Color Harmonies of #FEC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC68A

Black with #FEC68A

Text Example


Text Example

White with #FEC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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