Html Css Color HEX #FFCF93 Peach-Orange

📋 copy color: '#FFCF93'

red 255 ◦ green 207 ◦ blue 147

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

Shades of Peach-Orange #FFCF93

Tints of Peach-Orange #FFCF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.14%

R = 41.87%
G = 33.99%
B = 24.14%

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

#FFCF93 (or 0xFFCF93) is known color: Peach-Orange. HEX triplet: FF, CF and 93. RGB value is (255,207,147). Sum of RGB (Red+Green+Blue) = 255+207+147=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF93 is #00306C. Grayscale: #D6D6D6. Windows color (decimal): -12397 or 9687039. OLE color: 9687039.

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

Color convert

RGB 255 207 147 -
CMYK 0 0.19 0.42 0
HSL 33.33º 1% 0.79% -
HSV(B) 33.33º 0.42% 1% -
XYZ 68.82 67.99 37.1 -
YUV 214.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 255 207 147 0 0.19 0.42 0 33.33 1 0.79
Hex FF CF 93 0 13 2A 0 21 64 4F
Octal 377 317 223 0 23 52 0 41 144 117
Binary 11111111 11001111 10010011 0 10011 101010 0 100001 1100100 1001111

Color Harmonies of #FFCF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF93

Black with #FFCF93

Text Example


Text Example

White with #FFCF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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