Html Css Color HEX #FFC58F Peach-Orange

📋 copy color: '#FFC58F'

red 255 ◦ green 197 ◦ blue 143

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

Shades of Peach-Orange #FFC58F

Tints of Peach-Orange #FFC58F

RGB

 RED value IS 255 (100% from 255) = 42.86%

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

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

R = 42.86%
G = 33.11%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFC58F (or 0xFFC58F) is known color: Peach-Orange. HEX triplet: FF, C5 and 8F. RGB value is (255,197,143). Sum of RGB (Red+Green+Blue) = 255+197+143=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC58F is #003A70. Grayscale: #D0D0D0. Windows color (decimal): -14961 or 9422335. OLE color: 9422335.

HSL color Cylindrical-coordinate representation of color #FFC58F: hue angle of 28.93º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFC58F is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 197 143 -
CMYK 0 0.23 0.44 0
HSL 28.93º 1% 0.78% -
HSV(B) 28.93º 0.44% 1% -
XYZ 66.16 63.18 34.69 -
YUV 208.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 255 197 143 0 0.23 0.44 0 28.93 1 0.78
Hex FF C5 8F 0 17 2C 0 1D 64 4E
Octal 377 305 217 0 27 54 0 35 144 116
Binary 11111111 11000101 10001111 0 10111 101100 0 11101 1100100 1001110

Color Harmonies of #FFC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC58F

Black with #FFC58F

Text Example


Text Example

White with #FFC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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