Html Css Color HEX #FFCF94 Peach-Orange

📋 copy color: '#FFCF94'

red 255 ◦ green 207 ◦ blue 148

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

Shades of Peach-Orange #FFCF94

Tints of Peach-Orange #FFCF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.26%

R = 41.8%
G = 33.93%
B = 24.26%

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

#FFCF94 (or 0xFFCF94) is known color: Peach-Orange. HEX triplet: FF, CF and 94. RGB value is (255,207,148). Sum of RGB (Red+Green+Blue) = 255+207+148=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF94 is #00306B. Grayscale: #D6D6D6. Windows color (decimal): -12396 or 9752575. OLE color: 9752575.

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

Color convert

RGB 255 207 148 -
CMYK 0 0.19 0.42 0
HSL 33.08º 1% 0.79% -
HSV(B) 33.08º 0.42% 1% -
XYZ 68.9 68.02 37.52 -
YUV 214.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 255 207 148 0 0.19 0.42 0 33.08 1 0.79
Hex FF CF 94 0 13 2A 0 21 64 4F
Octal 377 317 224 0 23 52 0 41 144 117
Binary 11111111 11001111 10010100 0 10011 101010 0 100001 1100100 1001111

Color Harmonies of #FFCF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF94

Black with #FFCF94

Text Example


Text Example

White with #FFCF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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