Html Css Color HEX #FFCF96 Peach-Orange

📋 copy color: '#FFCF96'

red 255 ◦ green 207 ◦ blue 150

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

Shades of Peach-Orange #FFCF96

Tints of Peach-Orange #FFCF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.51%

R = 41.67%
G = 33.82%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFCF96 (or 0xFFCF96) is known color: Peach-Orange. HEX triplet: FF, CF and 96. RGB value is (255,207,150). Sum of RGB (Red+Green+Blue) = 255+207+150=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF96 is #003069. Grayscale: #D7D7D7. Windows color (decimal): -12394 or 9883647. OLE color: 9883647.

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

Color convert

RGB 255 207 150 -
CMYK 0 0.19 0.41 0
HSL 32.57º 1% 0.79% -
HSV(B) 32.57º 0.41% 1% -
XYZ 69.06 68.09 38.36 -
YUV 214.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 255 207 150 0 0.19 0.41 0 32.57 1 0.79
Hex FF CF 96 0 13 29 0 21 64 4F
Octal 377 317 226 0 23 51 0 41 144 117
Binary 11111111 11001111 10010110 0 10011 101001 0 100001 1100100 1001111

Color Harmonies of #FFCF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF96

Black with #FFCF96

Text Example


Text Example

White with #FFCF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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