#FFCB70

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

Shades of Grandis #FFCB70

Tints of Grandis #FFCB70

Color information

#FFCB70 (or 0xFFCB70) is unknown color: approx Grandis. HEX triplet: FF, CB and 70. RGB value is (255,203,112). Sum of RGB (Red+Green+Blue) = 255+203+112=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB70 is #00348F. Grayscale: #D0D0D0. Windows color (decimal): -13456 or 7392255. OLE color: 7392255.

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

Color convert

RGB255203112-
CMYK00.200.560
HSL38.18º100%71.96%-
HSV(B)38.18º56.08%100%-
XYZ65.5265.1424.45-
YUV208.1773.73161.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 112 (44.14% from 255) = 19.65%
R=44.74%
G=35.61%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520311200.200.56038.1810071.96
HexFFCB70014380266448
Octal37731316002470046144110
Binary11111111110010111110000010100111000010011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB70; }

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

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

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

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

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

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

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

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