#F8CA74

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

Shades of Grandis #F8CA74

Tints of Grandis #F8CA74

Color information

#F8CA74 (or 0xF8CA74) is unknown color: approx Grandis. HEX triplet: F8, CA and 74. RGB value is (248,202,116). Sum of RGB (Red+Green+Blue) = 248+202+116=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CA74 is #07358B. Grayscale: #CECECE. Windows color (decimal): -472460 or 7654136. OLE color: 7654136.

HSL color Cylindrical-coordinate representation of color #F8CA74: hue angle of 39.09º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8CA74 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB248202116-
CMYK00.190.530.03
HSL39.09º90.41%71.37%-
HSV(B)39.09º53.23%97.25%-
XYZ62.9863.4625.45-
YUV205.9577.24157.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.82%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 116 (45.70% from 255) = 20.49%
R=43.82%
G=35.69%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820211600.190.530.0339.0990.4171.37
HexF8CA74013353275a47
Octal37031216402365347132107
Binary111110001100101011101000100111101011110011110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CA74; }

 p { color: rgb(248,202,116); }

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

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

 a { background-color: rgb(248,202,116); }

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

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

 span { border-color: rgb(248,202,116); }

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