Html Css Color HEX #FFCC8F Peach-Orange

📋 copy color: '#FFCC8F'

red 255 ◦ green 204 ◦ blue 143

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

Shades of Peach-Orange #FFCC8F

Tints of Peach-Orange #FFCC8F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.89%

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

R = 42.36%
G = 33.89%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFCC8F (or 0xFFCC8F) is known color: Peach-Orange. HEX triplet: FF, CC and 8F. RGB value is (255,204,143). Sum of RGB (Red+Green+Blue) = 255+204+143=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC8F is #003370. Grayscale: #D4D4D4. Windows color (decimal): -13169 or 9424127. OLE color: 9424127.

HSL color Cylindrical-coordinate representation of color #FFCC8F: hue angle of 32.68º 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 #FFCC8F is Cyan = 0, Magento = 0.2, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 204 143 -
CMYK 0 0.2 0.44 0
HSL 32.68º 1% 0.78% -
HSV(B) 32.68º 0.44% 1% -
XYZ 67.79 66.43 35.24 -
YUV 212.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 255 204 143 0 0.2 0.44 0 32.68 1 0.78
Hex FF CC 8F 0 14 2C 0 21 64 4E
Octal 377 314 217 0 24 54 0 41 144 116
Binary 11111111 11001100 10001111 0 10100 101100 0 100001 1100100 1001110

Color Harmonies of #FFCC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC8F

Black with #FFCC8F

Text Example


Text Example

White with #FFCC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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