#F9CD0C

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

Shades of Tangerine Yellow #F9CD0C

Tints of Tangerine Yellow #F9CD0C

Color information

#F9CD0C (or 0xF9CD0C) is unknown color: approx Tangerine Yellow. HEX triplet: F9, CD and 0C. RGB value is (249,205,12). Sum of RGB (Red+Green+Blue) = 249+205+12=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CD0C is #0632F3. Grayscale: #C4C4C4. Windows color (decimal): -406260 or 839161. OLE color: 839161.

HSL color Cylindrical-coordinate representation of color #F9CD0C: hue angle of 48.86º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9CD0C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB24920512-
CMYK00.180.950.02
HSL48.86º95.18%51.18%-
HSV(B)48.86º95.18%97.65%-
XYZ60.9663.839.45-
YUV196.1524.08165.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.43%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 12 (5.08% from 255) = 2.58%
R=53.43%
G=43.99%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492051200.180.950.0248.8695.1851.18
HexF9CDC0125F2315f33
Octal3713151402213726113763
Binary111110011100110111000100101011111101100011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CD0C; }

 p { color: rgb(249,205,12); }

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

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

 a { background-color: rgb(249,205,12); }

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

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

 span { border-color: rgb(249,205,12); }

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