#F7CD10

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

Shades of Tangerine Yellow #F7CD10

Tints of Tangerine Yellow #F7CD10

Color information

#F7CD10 (or 0xF7CD10) is unknown color: approx Tangerine Yellow. HEX triplet: F7, CD and 10. RGB value is (247,205,16). Sum of RGB (Red+Green+Blue) = 247+205+16=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7CD10 is #0832EF. Grayscale: #C4C4C4. Windows color (decimal): -537328 or 1101303. OLE color: 1101303.

HSL color Cylindrical-coordinate representation of color #F7CD10: hue angle of 49.09º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7CD10 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB24720516-
CMYK00.170.940.03
HSL49.09º93.52%51.57%-
HSV(B)49.09º93.52%96.86%-
XYZ60.2863.479.56-
YUV196.0126.41164.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.78%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 16 (6.64% from 255) = 3.42%
R=52.78%
G=43.80%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472051600.170.940.0349.0993.5251.57
HexF7CD100115E3315e34
Octal3673152002113636113664
Binary1111011111001101100000100011011110111100011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CD10; }

 p { color: rgb(247,205,16); }

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

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

 a { background-color: rgb(247,205,16); }

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

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

 span { border-color: rgb(247,205,16); }

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