Html Css Color HEX #FEC38B Peach-Orange

📋 copy color: '#FEC38B'

red 254 ◦ green 195 ◦ blue 139

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

Shades of Peach-Orange #FEC38B

Tints of Peach-Orange #FEC38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.64%

R = 43.2%
G = 33.16%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEC38B (or 0xFEC38B) is known color: Peach-Orange. HEX triplet: FE, C3 and 8B. RGB value is (254,195,139). Sum of RGB (Red+Green+Blue) = 254+195+139=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC38B is #013C74. Grayscale: #CECECE. Windows color (decimal): -81013 or 9159678. OLE color: 9159678.

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

Color convert

RGB 254 195 139 -
CMYK 0 0.23 0.45 0.00
HSL 29.22º 0.98% 0.77% -
HSV(B) 29.22º 0.45% 1% -
XYZ 65.05 61.97 32.96 -
YUV 206.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 254 195 139 0 0.23 0.45 0.00 29.22 0.98 0.77
Hex FE C3 8B 0 17 2D 0 1D 62 4D
Octal 376 303 213 0 27 55 0 35 142 115
Binary 11111110 11000011 10001011 0 10111 101101 0 11101 1100010 1001101

Color Harmonies of #FEC38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC38B

Black with #FEC38B

Text Example


Text Example

White with #FEC38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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