#F1CB02

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

Shades of Tangerine Yellow #F1CB02

Tints of Tangerine Yellow #F1CB02

Color information

#F1CB02 (or 0xF1CB02) is unknown color: approx Tangerine Yellow. HEX triplet: F1, CB and 02. RGB value is (241,203,2). Sum of RGB (Red+Green+Blue) = 241+203+2=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CB02 is #0E34FD. Grayscale: #C0C0C0. Windows color (decimal): -931070 or 183281. OLE color: 183281.

HSL color Cylindrical-coordinate representation of color #F1CB02: hue angle of 50.46º 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 #F1CB02 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB2412032-
CMYK00.160.990.05
HSL50.46º98.35%47.65%-
HSV(B)50.46º99.17%94.51%-
XYZ57.6461.428.87-
YUV191.4521.09163.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.04%
GREEN value IS 203 (79.69% from 255) = 45.52%
BLUE value IS 2 (1.17% from 255) = 0.45%
R=54.04%
G=45.52%
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
Decimal241203200.160.990.0550.4698.3547.65
HexF1CB2010635326230
Octal361313202014356214260
Binary11110001110010111001000011000111011100101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CB02; }

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

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

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

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

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

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

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

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