#F3CB70

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

Shades of Grandis #F3CB70

Tints of Grandis #F3CB70

Color information

#F3CB70 (or 0xF3CB70) is unknown color: approx Grandis. HEX triplet: F3, CB and 70. RGB value is (243,203,112). Sum of RGB (Red+Green+Blue) = 243+203+112=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CB70 is #0C348F. Grayscale: #CCCCCC. Windows color (decimal): -799888 or 7392243. OLE color: 7392243.

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

Color convert

RGB243203112-
CMYK00.160.540.05
HSL41.68º84.52%69.61%-
HSV(B)41.68º53.91%95.29%-
XYZ61.2462.9424.25-
YUV204.5975.75155.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.55%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 112 (44.14% from 255) = 20.07%
R=43.55%
G=36.38%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320311200.160.540.0541.6884.5269.61
HexF3CB700103652a5546
Octal36331316002066552125106
Binary1111001111001011111000001000011011010110101010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CB70; }

 p { color: rgb(243,203,112); }

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

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

 a { background-color: rgb(243,203,112); }

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

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

 span { border-color: rgb(243,203,112); }

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