#F3CD0E

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

Shades of Tangerine Yellow #F3CD0E

Tints of Tangerine Yellow #F3CD0E

Color information

#F3CD0E (or 0xF3CD0E) is unknown color: approx Tangerine Yellow. HEX triplet: F3, CD and 0E. RGB value is (243,205,14). Sum of RGB (Red+Green+Blue) = 243+205+14=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3CD0E is #0C32F1. Grayscale: #C3C3C3. Windows color (decimal): -799474 or 970227. OLE color: 970227.

HSL color Cylindrical-coordinate representation of color #F3CD0E: hue angle of 50.04º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3CD0E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB24320514-
CMYK00.160.940.05
HSL50.04º90.51%50.39%-
HSV(B)50.04º94.24%95.29%-
XYZ58.8762.759.42-
YUV194.5926.09162.53-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.60%
GREEN value IS 205 (80.47% from 255) = 44.37%
BLUE value IS 14 (5.86% from 255) = 3.03%
R=52.60%
G=44.37%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432051400.160.940.0550.0490.5150.39
HexF3CDE0105E5325b32
Octal3633151602013656213362
Binary1111001111001101111001000010111101011100101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CD0E; }

 p { color: rgb(243,205,14); }

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

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

 a { background-color: rgb(243,205,14); }

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

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

 span { border-color: rgb(243,205,14); }

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