Html Css Color HEX #FFCF9D Peach-Orange

📋 copy color: '#FFCF9D'

red 255 ◦ green 207 ◦ blue 157

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

Shades of Peach-Orange #FFCF9D

Tints of Peach-Orange #FFCF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.36%

R = 41.2%
G = 33.44%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FFCF9D (or 0xFFCF9D) is known color: Peach-Orange. HEX triplet: FF, CF and 9D. RGB value is (255,207,157). Sum of RGB (Red+Green+Blue) = 255+207+157=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 157 (61.72% from 255 or 25.36% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF9D is #003062. Grayscale: #D7D7D7. Windows color (decimal): -12387 or 10342399. OLE color: 10342399.

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

Color convert

RGB 255 207 157 -
CMYK 0 0.19 0.38 0
HSL 30.61º 1% 0.81% -
HSV(B) 30.61º 0.38% 1% -
XYZ 69.64 68.32 41.42 -
YUV 215.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 255 207 157 0 0.19 0.38 0 30.61 1 0.81
Hex FF CF 9D 0 13 26 0 1F 64 51
Octal 377 317 235 0 23 46 0 37 144 121
Binary 11111111 11001111 10011101 0 10011 100110 0 11111 1100100 1010001

Color Harmonies of #FFCF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF9D

Black with #FFCF9D

Text Example


Text Example

White with #FFCF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF9D; }

 p { color: rgb(255,207,157); }

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

background-color css

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

 a { background-color: rgb(255,207,157); }

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

border-color css

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

 span { border-color: rgb(255,207,157); }

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