Html Css Color HEX #FFCF95 Peach-Orange

📋 copy color: '#FFCF95'

red 255 ◦ green 207 ◦ blue 149

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

Shades of Peach-Orange #FFCF95

Tints of Peach-Orange #FFCF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.39%

R = 41.73%
G = 33.88%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFCF95 (or 0xFFCF95) is known color: Peach-Orange. HEX triplet: FF, CF and 95. RGB value is (255,207,149). Sum of RGB (Red+Green+Blue) = 255+207+149=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF95 is #00306A. Grayscale: #D7D7D7. Windows color (decimal): -12395 or 9818111. OLE color: 9818111.

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

Color convert

RGB 255 207 149 -
CMYK 0 0.19 0.42 0
HSL 32.83º 1% 0.79% -
HSV(B) 32.83º 0.42% 1% -
XYZ 68.98 68.06 37.93 -
YUV 214.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 255 207 149 0 0.19 0.42 0 32.83 1 0.79
Hex FF CF 95 0 13 2A 0 21 64 4F
Octal 377 317 225 0 23 52 0 41 144 117
Binary 11111111 11001111 10010101 0 10011 101010 0 100001 1100100 1001111

Color Harmonies of #FFCF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF95

Black with #FFCF95

Text Example


Text Example

White with #FFCF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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