Html Css Color HEX #FEC58B Peach-Orange

📋 copy color: '#FEC58B'

red 254 ◦ green 197 ◦ blue 139

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

Shades of Peach-Orange #FEC58B

Tints of Peach-Orange #FEC58B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.39%

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

R = 43.05%
G = 33.39%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEC58B (or 0xFEC58B) is known color: Peach-Orange. HEX triplet: FE, C5 and 8B. RGB value is (254,197,139). Sum of RGB (Red+Green+Blue) = 254+197+139=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC58B is #013A74. Grayscale: #CFCFCF. Windows color (decimal): -80501 or 9160190. OLE color: 9160190.

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

Color convert

RGB 254 197 139 -
CMYK 0 0.22 0.45 0.00
HSL 30.26º 0.98% 0.77% -
HSV(B) 30.26º 0.45% 1% -
XYZ 65.5 62.87 33.11 -
YUV 207.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 254 197 139 0 0.22 0.45 0.00 30.26 0.98 0.77
Hex FE C5 8B 0 16 2D 0 1E 62 4D
Octal 376 305 213 0 26 55 0 36 142 115
Binary 11111110 11000101 10001011 0 10110 101101 0 11110 1100010 1001101

Color Harmonies of #FEC58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC58B

Black with #FEC58B

Text Example


Text Example

White with #FEC58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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