#F3CC75

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

Shades of Grandis #F3CC75

Tints of Grandis #F3CC75

Color information

#F3CC75 (or 0xF3CC75) is unknown color: approx Grandis. HEX triplet: F3, CC and 75. RGB value is (243,204,117). Sum of RGB (Red+Green+Blue) = 243+204+117=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CC75 is #0C338A. Grayscale: #CECECE. Windows color (decimal): -799627 or 7720179. OLE color: 7720179.

HSL color Cylindrical-coordinate representation of color #F3CC75: hue angle of 41.43º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F3CC75 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB243204117-
CMYK00.160.520.05
HSL41.43º84%70.59%-
HSV(B)41.43º51.85%95.29%-
XYZ61.7763.5225.84-
YUV205.7477.92154.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.09%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 117 (46.09% from 255) = 20.74%
R=43.09%
G=36.17%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320411700.160.520.0541.438470.59
HexF3CC75010345295447
Octal36331416502064551124107
Binary1111001111001100111010101000011010010110100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CC75; }

 p { color: rgb(243,204,117); }

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

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

 a { background-color: rgb(243,204,117); }

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

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

 span { border-color: rgb(243,204,117); }

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