#FFCE70

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

Shades of Grandis #FFCE70

Tints of Grandis #FFCE70

Color information

#FFCE70 (or 0xFFCE70) is unknown color: approx Grandis. HEX triplet: FF, CE and 70. RGB value is (255,206,112). Sum of RGB (Red+Green+Blue) = 255+206+112=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE70 is #00318F. Grayscale: #D2D2D2. Windows color (decimal): -12688 or 7393023. OLE color: 7393023.

HSL color Cylindrical-coordinate representation of color #FFCE70: hue angle of 39.44º 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 #FFCE70 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255206112-
CMYK00.190.560
HSL39.44º100%71.96%-
HSV(B)39.44º56.08%100%-
XYZ66.2466.5724.69-
YUV209.9372.73160.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 112 (44.14% from 255) = 19.55%
R=44.50%
G=35.95%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520611200.190.56039.4410071.96
HexFFCE70013380276448
Octal37731616002370047144110
Binary11111111110011101110000010011111000010011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE70; }

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

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

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

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

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

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

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

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