Html Css Color HEX #FFCF9A Peach-Orange

📋 copy color: '#FFCF9A'

red 255 ◦ green 207 ◦ blue 154

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

Shades of Peach-Orange #FFCF9A

Tints of Peach-Orange #FFCF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25%

R = 41.4%
G = 33.6%
B = 25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FFCF9A (or 0xFFCF9A) is known color: Peach-Orange. HEX triplet: FF, CF and 9A. RGB value is (255,207,154). Sum of RGB (Red+Green+Blue) = 255+207+154=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF9A is #003065. Grayscale: #D7D7D7. Windows color (decimal): -12390 or 10145791. OLE color: 10145791.

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

Color convert

RGB 255 207 154 -
CMYK 0 0.19 0.40 0
HSL 31.49º 1% 0.8% -
HSV(B) 31.49º 0.4% 1% -
XYZ 69.39 68.22 40.08 -
YUV 215.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 255 207 154 0 0.19 0.40 0 31.49 1 0.8
Hex FF CF 9A 0 13 28 0 1F 64 50
Octal 377 317 232 0 23 50 0 37 144 120
Binary 11111111 11001111 10011010 0 10011 101000 0 11111 1100100 1010000

Color Harmonies of #FFCF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF9A

Black with #FFCF9A

Text Example


Text Example

White with #FFCF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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