#FFCB73

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

Shades of Grandis #FFCB73

Tints of Grandis #FFCB73

Color information

#FFCB73 (or 0xFFCB73) is unknown color: approx Grandis. HEX triplet: FF, CB and 73. RGB value is (255,203,115). Sum of RGB (Red+Green+Blue) = 255+203+115=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB73 is #00348C. Grayscale: #D0D0D0. Windows color (decimal): -13453 or 7588863. OLE color: 7588863.

HSL color Cylindrical-coordinate representation of color #FFCB73: hue angle of 37.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCB73 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255203115-
CMYK00.200.550
HSL37.71º100%72.55%-
HSV(B)37.71º54.9%100%-
XYZ65.6965.2125.34-
YUV208.5275.23161.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 115 (45.31% from 255) = 20.07%
R=44.50%
G=35.43%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520311500.200.55037.7110072.55
HexFFCB73014370266449
Octal37731316302467046144111
Binary11111111110010111110011010100110111010011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB73; }

 p { color: rgb(255,203,115); }

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

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

 a { background-color: rgb(255,203,115); }

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

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

 span { border-color: rgb(255,203,115); }

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