#FBCB70

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

Shades of Grandis #FBCB70

Tints of Grandis #FBCB70

Color information

#FBCB70 (or 0xFBCB70) is unknown color: approx Grandis. HEX triplet: FB, CB and 70. RGB value is (251,203,112). Sum of RGB (Red+Green+Blue) = 251+203+112=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB70 is #04348F. Grayscale: #CFCFCF. Windows color (decimal): -275600 or 7392251. OLE color: 7392251.

HSL color Cylindrical-coordinate representation of color #FBCB70: hue angle of 39.28º degrees, saturation: 0.95, 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 #FBCB70 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB251203112-
CMYK00.190.550.02
HSL39.28º94.56%71.18%-
HSV(B)39.28º55.38%98.43%-
XYZ64.0664.3924.38-
YUV206.9874.4159.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 112 (44.14% from 255) = 19.79%
R=44.35%
G=35.87%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120311200.190.550.0239.2894.5671.18
HexFBCB70013372275f47
Octal37331316002367247137107
Binary111110111100101111100000100111101111010011110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCB70; }

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

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

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

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

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

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

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

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