Html Css Color HEX #FCC791 Peach-Orange

📋 copy color: '#FCC791'

red 252 ◦ green 199 ◦ blue 145

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

Shades of Peach-Orange #FCC791

Tints of Peach-Orange #FCC791

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.39%

 BLUE value IS 145 (57.03% from 255) = 24.33%

R = 42.28%
G = 33.39%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCC791 (or 0xFCC791) is known color: Peach-Orange. HEX triplet: FC, C7 and 91. RGB value is (252,199,145). Sum of RGB (Red+Green+Blue) = 252+199+145=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC791 is #03386E. Grayscale: #D0D0D0. Windows color (decimal): -211055 or 9553916. OLE color: 9553916.

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

Color convert

RGB 252 199 145 -
CMYK 0 0.21 0.42 0.01
HSL 30.28º 0.95% 0.78% -
HSV(B) 30.28º 0.42% 0.99% -
XYZ 65.68 63.59 35.6 -
YUV 208.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 252 199 145 0 0.21 0.42 0.01 30.28 0.95 0.78
Hex FC C7 91 0 15 2A 1 1E 5F 4E
Octal 374 307 221 0 25 52 1 36 137 116
Binary 11111100 11000111 10010001 0 10101 101010 1 11110 1011111 1001110

Color Harmonies of #FCC791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC791

Black with #FCC791

Text Example


Text Example

White with #FCC791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC791; }

 p { color: rgb(252,199,145); }

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

background-color css

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

 a { background-color: rgb(252,199,145); }

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

border-color css

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

 span { border-color: rgb(252,199,145); }

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