Html Css Color HEX #FFC58A Peach-Orange

📋 copy color: '#FFC58A'

red 255 ◦ green 197 ◦ blue 138

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

Shades of Peach-Orange #FFC58A

Tints of Peach-Orange #FFC58A

RGB

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

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

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

R = 43.22%
G = 33.39%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FFC58A (or 0xFFC58A) is known color: Peach-Orange. HEX triplet: FF, C5 and 8A. RGB value is (255,197,138). Sum of RGB (Red+Green+Blue) = 255+197+138=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC58A is #003A75. Grayscale: #CFCFCF. Windows color (decimal): -14966 or 9094655. OLE color: 9094655.

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

Color convert

RGB 255 197 138 -
CMYK 0 0.23 0.46 0
HSL 30.26º 1% 0.77% -
HSV(B) 30.26º 0.46% 1% -
XYZ 65.79 63.03 32.74 -
YUV 207.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 255 197 138 0 0.23 0.46 0 30.26 1 0.77
Hex FF C5 8A 0 17 2E 0 1E 64 4D
Octal 377 305 212 0 27 56 0 36 144 115
Binary 11111111 11000101 10001010 0 10111 101110 0 11110 1100100 1001101

Color Harmonies of #FFC58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC58A

Black with #FFC58A

Text Example


Text Example

White with #FFC58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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