Html Css Color HEX #FCC58F Peach-Orange

📋 copy color: '#FCC58F'

red 252 ◦ green 197 ◦ blue 143

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

Shades of Peach-Orange #FCC58F

Tints of Peach-Orange #FCC58F

RGB

 RED value IS 252 (98.83% from 255) = 42.57%

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

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

R = 42.57%
G = 33.28%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCC58F (or 0xFCC58F) is known color: Peach-Orange. HEX triplet: FC, C5 and 8F. RGB value is (252,197,143). Sum of RGB (Red+Green+Blue) = 252+197+143=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC58F is #033A70. Grayscale: #CFCFCF. Windows color (decimal): -211569 or 9422332. OLE color: 9422332.

HSL color Cylindrical-coordinate representation of color #FCC58F: hue angle of 29.72º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCC58F is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 197 143 -
CMYK 0 0.22 0.43 0.01
HSL 29.72º 0.95% 0.77% -
HSV(B) 29.72º 0.43% 0.99% -
XYZ 65.07 62.61 34.64 -
YUV 207.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 252 197 143 0 0.22 0.43 0.01 29.72 0.95 0.77
Hex FC C5 8F 0 16 2B 1 1E 5F 4D
Octal 374 305 217 0 26 53 1 36 137 115
Binary 11111100 11000101 10001111 0 10110 101011 1 11110 1011111 1001101

Color Harmonies of #FCC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC58F

Black with #FCC58F

Text Example


Text Example

White with #FCC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC58F; }

 p { color: rgb(252,197,143); }

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

background-color css

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

 a { background-color: rgb(252,197,143); }

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

border-color css

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

 span { border-color: rgb(252,197,143); }

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