#F0CF0E

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

Shades of Tangerine Yellow #F0CF0E

Tints of Tangerine Yellow #F0CF0E

Color information

#F0CF0E (or 0xF0CF0E) is unknown color: approx Tangerine Yellow. HEX triplet: F0, CF and 0E. RGB value is (240,207,14). Sum of RGB (Red+Green+Blue) = 240+207+14=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CF0E is #0F30F1. Grayscale: #C3C3C3. Windows color (decimal): -995570 or 970736. OLE color: 970736.

HSL color Cylindrical-coordinate representation of color #F0CF0E: hue angle of 51.24º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0CF0E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB24020714-
CMYK00.140.940.06
HSL51.24º88.98%49.8%-
HSV(B)51.24º94.17%94.12%-
XYZ58.3363.189.54-
YUV194.8625.93160.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.06%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 14 (5.86% from 255) = 3.04%
R=52.06%
G=44.90%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402071400.140.940.0651.2488.9849.8
HexF0CFE0E5E6335932
Octal3603171601613666313162
Binary111100001100111111100111010111101101100111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CF0E; }

 p { color: rgb(240,207,14); }

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

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

 a { background-color: rgb(240,207,14); }

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

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

 span { border-color: rgb(240,207,14); }

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