#F9CB70

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

Shades of Grandis #F9CB70

Tints of Grandis #F9CB70

Color information

#F9CB70 (or 0xF9CB70) is unknown color: approx Grandis. HEX triplet: F9, CB and 70. RGB value is (249,203,112). Sum of RGB (Red+Green+Blue) = 249+203+112=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CB70 is #06348F. Grayscale: #CECECE. Windows color (decimal): -406672 or 7392249. OLE color: 7392249.

HSL color Cylindrical-coordinate representation of color #F9CB70: hue angle of 39.85º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9CB70 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249203112-
CMYK00.180.550.02
HSL39.85º91.95%70.78%-
HSV(B)39.85º55.02%97.65%-
XYZ63.3564.0224.35-
YUV206.3874.74158.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.15%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 112 (44.14% from 255) = 19.86%
R=44.15%
G=35.99%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920311200.180.550.0239.8591.9570.78
HexF9CB70012372285c47
Octal37131316002267250134107
Binary111110011100101111100000100101101111010100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CB70; }

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

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

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

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

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

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

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

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