#F0CF0B

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

Shades of Tangerine Yellow #F0CF0B

Tints of Tangerine Yellow #F0CF0B

Color information

#F0CF0B (or 0xF0CF0B) is unknown color: approx Tangerine Yellow. HEX triplet: F0, CF and 0B. RGB value is (240,207,11). Sum of RGB (Red+Green+Blue) = 240+207+11=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CF0B is #0F30F4. Grayscale: #C3C3C3. Windows color (decimal): -995573 or 774128. OLE color: 774128.

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

Color convert

RGB24020711-
CMYK00.140.950.06
HSL51.35º91.24%49.22%-
HSV(B)51.35º95.42%94.12%-
XYZ58.3163.189.44-
YUV194.5224.43160.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.40%
GREEN value IS 207 (81.25% from 255) = 45.20%
BLUE value IS 11 (4.69% from 255) = 2.40%
R=52.40%
G=45.20%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402071100.140.950.0651.3591.2449.22
HexF0CFB0E5F6335b31
Octal3603171301613766313361
Binary111100001100111110110111010111111101100111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CF0B; }

 p { color: rgb(240,207,11); }

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

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

 a { background-color: rgb(240,207,11); }

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

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

 span { border-color: rgb(240,207,11); }

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