Html Css Color HEX #FEC38A Peach-Orange

📋 copy color: '#FEC38A'

red 254 ◦ green 195 ◦ blue 138

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

Shades of Peach-Orange #FEC38A

Tints of Peach-Orange #FEC38A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.22%

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

R = 43.27%
G = 33.22%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FEC38A (or 0xFEC38A) is known color: Peach-Orange. HEX triplet: FE, C3 and 8A. RGB value is (254,195,138). Sum of RGB (Red+Green+Blue) = 254+195+138=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC38A is #013C75. Grayscale: #CECECE. Windows color (decimal): -81014 or 9094142. OLE color: 9094142.

HSL color Cylindrical-coordinate representation of color #FEC38A: hue angle of 29.48º 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 #FEC38A is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 195 138 -
CMYK 0 0.23 0.46 0.00
HSL 29.48º 0.98% 0.77% -
HSV(B) 29.48º 0.46% 1% -
XYZ 64.98 61.94 32.58 -
YUV 206.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 254 195 138 0 0.23 0.46 0.00 29.48 0.98 0.77
Hex FE C3 8A 0 17 2E 0 1D 62 4D
Octal 376 303 212 0 27 56 0 35 142 115
Binary 11111110 11000011 10001010 0 10111 101110 0 11101 1100010 1001101

Color Harmonies of #FEC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC38A

Black with #FEC38A

Text Example


Text Example

White with #FEC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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