#F1CA02

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

Shades of Tangerine Yellow #F1CA02

Tints of Tangerine Yellow #F1CA02

Color information

#F1CA02 (or 0xF1CA02) is unknown color: approx Tangerine Yellow. HEX triplet: F1, CA and 02. RGB value is (241,202,2). Sum of RGB (Red+Green+Blue) = 241+202+2=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CA02 is #0E35FD. Grayscale: #BFBFBF. Windows color (decimal): -931326 or 183025. OLE color: 183025.

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

Color convert

RGB2412022-
CMYK00.160.990.05
HSL50.21º98.35%47.65%-
HSV(B)50.21º99.17%94.51%-
XYZ57.4160.958.8-
YUV190.8621.42163.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.16%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 2 (1.17% from 255) = 0.45%
R=54.16%
G=45.39%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241202200.160.990.0550.2198.3547.65
HexF1CA2010635326230
Octal361312202014356214260
Binary11110001110010101001000011000111011100101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CA02; }

 p { color: rgb(241,202,2); }

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

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

 a { background-color: rgb(241,202,2); }

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

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

 span { border-color: rgb(241,202,2); }

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