#F27F0F

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

Shades of Tangerine #F27F0F

Tints of Tangerine #F27F0F

Color information

#F27F0F (or 0xF27F0F) is unknown color: approx Tangerine. HEX triplet: F2, 7F and 0F. RGB value is (242,127,15). Sum of RGB (Red+Green+Blue) = 242+127+15=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27F0F is #0D80F0. Grayscale: #959595. Windows color (decimal): -884977 or 1015794. OLE color: 1015794.

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

Color convert

RGB24212715-
CMYK00.480.940.05
HSL29.6º89.72%50.39%-
HSV(B)29.6º93.8%94.9%-
XYZ44.2934.094.7-
YUV148.6252.6194.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.02%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 15 (6.25% from 255) = 3.91%
R=63.02%
G=33.07%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421271500.480.940.0529.689.7250.39
HexF27FF0305E51e5a32
Octal3621771706013653613262
Binary111100101111111111101100001011110101111101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27F0F; }

 p { color: rgb(242,127,15); }

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

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

 a { background-color: rgb(242,127,15); }

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

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

 span { border-color: rgb(242,127,15); }

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