#F8C16A

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

Shades of Grandis #F8C16A

Tints of Grandis #F8C16A

Color information

#F8C16A (or 0xF8C16A) is unknown color: approx Grandis. HEX triplet: F8, C1 and 6A. RGB value is (248,193,106). Sum of RGB (Red+Green+Blue) = 248+193+106=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C16A is #073E95. Grayscale: #C7C7C7. Windows color (decimal): -474774 or 6996472. OLE color: 6996472.

HSL color Cylindrical-coordinate representation of color #F8C16A: hue angle of 36.76º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8C16A is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB248193106-
CMYK00.220.570.03
HSL36.76º91.03%69.41%-
HSV(B)36.76º57.26%97.25%-
XYZ60.3859.1421.87-
YUV199.5375.22162.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.34%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 106 (41.80% from 255) = 19.38%
R=45.34%
G=35.28%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819310600.220.570.0336.7691.0369.41
HexF8C16A016393255b45
Octal37030115202671345133105
Binary111110001100000111010100101101110011110010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C16A; }

 p { color: rgb(248,193,106); }

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

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

 a { background-color: rgb(248,193,106); }

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

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

 span { border-color: rgb(248,193,106); }

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