Html Css Color HEX #FCCF99 Peach-Orange

📋 copy color: '#FCCF99'

red 252 ◦ green 207 ◦ blue 153

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

Shades of Peach-Orange #FCCF99

Tints of Peach-Orange #FCCF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25%

R = 41.18%
G = 33.82%
B = 25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FCCF99 (or 0xFCCF99) is known color: Peach-Orange. HEX triplet: FC, CF and 99. RGB value is (252,207,153). Sum of RGB (Red+Green+Blue) = 252+207+153=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF99 is #033066. Grayscale: #D6D6D6. Windows color (decimal): -208999 or 10080252. OLE color: 10080252.

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

Color convert

RGB 252 207 153 -
CMYK 0 0.18 0.39 0.01
HSL 32.73º 0.94% 0.79% -
HSV(B) 32.73º 0.39% 0.99% -
XYZ 68.21 67.62 39.59 -
YUV 214.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 252 207 153 0 0.18 0.39 0.01 32.73 0.94 0.79
Hex FC CF 99 0 12 27 1 21 5E 4F
Octal 374 317 231 0 22 47 1 41 136 117
Binary 11111100 11001111 10011001 0 10010 100111 1 100001 1011110 1001111

Color Harmonies of #FCCF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF99

Black with #FCCF99

Text Example


Text Example

White with #FCCF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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