#FFCF75

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

Shades of Grandis #FFCF75

Tints of Grandis #FFCF75

Color information

#FFCF75 (or 0xFFCF75) is unknown color: approx Grandis. HEX triplet: FF, CF and 75. RGB value is (255,207,117). Sum of RGB (Red+Green+Blue) = 255+207+117=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF75 is #00308A. Grayscale: #D3D3D3. Windows color (decimal): -12427 or 7720959. OLE color: 7720959.

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

Color convert

RGB255207117-
CMYK00.190.540
HSL39.13º100%72.94%-
HSV(B)39.13º54.12%100%-
XYZ66.7667.1726.28-
YUV211.0974.9159.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 117 (46.09% from 255) = 20.21%
R=44.04%
G=35.75%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520711700.190.54039.1310072.94
HexFFCF75013360276449
Octal37731716502366047144111
Binary11111111110011111110101010011110110010011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCF75; }

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

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

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

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

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

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

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

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