#FED06C

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

Shades of Grandis #FED06C

Tints of Grandis #FED06C

Color information

#FED06C (or 0xFED06C) is unknown color: approx Grandis. HEX triplet: FE, D0 and 6C. RGB value is (254,208,108). Sum of RGB (Red+Green+Blue) = 254+208+108=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FED06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED06C is #012F93. Grayscale: #D2D2D2. Windows color (decimal): -77716 or 7131390. OLE color: 7131390.

HSL color Cylindrical-coordinate representation of color #FED06C: hue angle of 41.1º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FED06C is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB254208108-
CMYK00.180.570.00
HSL41.1º98.65%70.98%-
HSV(B)41.1º57.48%99.61%-
XYZ66.1467.2723.69-
YUV210.3570.24159.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.56%
GREEN value IS 208 (81.64% from 255) = 36.49%
BLUE value IS 108 (42.58% from 255) = 18.95%
R=44.56%
G=36.49%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420810800.180.570.0041.198.6570.98
HexFED06C012390296347
Octal37632015402271051143107
Binary11111110110100001101100010010111001010100111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED06C; }

 p { color: rgb(254,208,108); }

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

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

 a { background-color: rgb(254,208,108); }

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

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

 span { border-color: rgb(254,208,108); }

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