Html Css Color HEX #FCCF9F Peach-Orange

📋 copy color: '#FCCF9F'

red 252 ◦ green 207 ◦ blue 159

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

Shades of Peach-Orange #FCCF9F

Tints of Peach-Orange #FCCF9F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.5%

 BLUE value IS 159 (62.5% from 255) = 25.73%

R = 40.78%
G = 33.5%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCCF9F (or 0xFCCF9F) is known color: Peach-Orange. HEX triplet: FC, CF and 9F. RGB value is (252,207,159). Sum of RGB (Red+Green+Blue) = 252+207+159=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF9F is #033060. Grayscale: #D7D7D7. Windows color (decimal): -208993 or 10473468. OLE color: 10473468.

HSL color Cylindrical-coordinate representation of color #FCCF9F: hue angle of 30.97º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCF9F is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 207 159 -
CMYK 0 0.18 0.37 0.01
HSL 30.97º 0.94% 0.81% -
HSV(B) 30.97º 0.37% 0.99% -
XYZ 68.72 67.82 42.27 -
YUV 214.98 96.41 154.4 -
System Red Green Blue C M Y K H S L
Decimal 252 207 159 0 0.18 0.37 0.01 30.97 0.94 0.81
Hex FC CF 9F 0 12 25 1 1F 5E 51
Octal 374 317 237 0 22 45 1 37 136 121
Binary 11111100 11001111 10011111 0 10010 100101 1 11111 1011110 1010001

Color Harmonies of #FCCF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF9F

Black with #FCCF9F

Text Example


Text Example

White with #FCCF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF9F; }

 p { color: rgb(252,207,159); }

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

background-color css

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

 a { background-color: rgb(252,207,159); }

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

border-color css

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

 span { border-color: rgb(252,207,159); }

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