#F2CB04

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

Shades of Tangerine Yellow #F2CB04

Tints of Tangerine Yellow #F2CB04

Color information

#F2CB04 (or 0xF2CB04) is unknown color: approx Tangerine Yellow. HEX triplet: F2, CB and 04. RGB value is (242,203,4). Sum of RGB (Red+Green+Blue) = 242+203+4=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CB04 is #0D34FB. Grayscale: #C0C0C0. Windows color (decimal): -865532 or 314354. OLE color: 314354.

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

Color convert

RGB2422034-
CMYK00.160.980.05
HSL50.17º96.75%48.24%-
HSV(B)50.17º98.35%94.9%-
XYZ5861.68.95-
YUV191.9821.92163.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.90%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 4 (1.95% from 255) = 0.89%
R=53.90%
G=45.21%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242203400.160.980.0550.1796.7548.24
HexF2CB4010625326130
Octal362313402014256214160
Binary111100101100101110001000011000101011100101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CB04; }

 p { color: rgb(242,203,4); }

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

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

 a { background-color: rgb(242,203,4); }

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

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

 span { border-color: rgb(242,203,4); }

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