#FFCF7F

Color #FFCF7F Salomie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salomie #FFCF7F

Tints of Salomie #FFCF7F

Color information

#FFCF7F (or 0xFFCF7F) is unknown color: approx Salomie. HEX triplet: FF, CF and 7F. RGB value is (255,207,127). Sum of RGB (Red+Green+Blue) = 255+207+127=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 127 (50% from 255 or 21.56% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF7F is #003080. Grayscale: #D4D4D4. Windows color (decimal): -12417 or 8376319. OLE color: 8376319.

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

Color convert

RGB255207127-
CMYK00.190.500
HSL37.5º100%74.9%-
HSV(B)37.5º50.2%100%-
XYZ67.3867.4229.54-
YUV212.2379.9158.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 127 (50% from 255) = 21.56%
R=43.29%
G=35.14%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520712700.190.50037.510074.9
HexFFCF7F01332026644b
Octal37731717702362046144113
Binary11111111110011111111111010011110010010011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCF7F; }

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

 H1.HeaderClassName
 {
   color: #FFCF7F;
 }
 .AnyTagClassName
 {
   color: #FFCF7F;
 }
</style>
background-color css

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

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

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

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

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

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