Html Css Color HEX #F07F10 Tangerine

📋 copy color: '#F07F10'

red 240 ◦ green 127 ◦ blue 16

#F07F10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine #F07F10

Tints of Tangerine #F07F10

RGB

 RED value IS 240 (94.14% from 255) = 62.66%

 GREEN value IS 127 (50% from 255) = 33.16%

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 62.66%
G = 33.16%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F07F10 (or 0xF07F10) is known color: Tangerine. HEX triplet: F0, 7F and 10. RGB value is (240,127,16). Sum of RGB (Red+Green+Blue) = 240+127+16=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07F10 is #0F80EF. Grayscale: #949494. Windows color (decimal): -1016048 or 1081328. OLE color: 1081328.

HSL color Cylindrical-coordinate representation of color #F07F10: hue angle of 29.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F07F10 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 16 -
CMYK 0 0.47 0.93 0.06
HSL 29.73º 0.88% 0.5% -
HSV(B) 29.73º 0.93% 0.94% -
XYZ 43.62 33.74 4.7 -
YUV 148.13 53.44 193.53 -
System Red Green Blue C M Y K H S L
Decimal 240 127 16 0 0.47 0.93 0.06 29.73 0.88 0.5
Hex F0 7F 10 0 2F 5D 6 1E 58 32
Octal 360 177 20 0 57 135 6 36 130 62
Binary 11110000 1111111 10000 0 101111 1011101 110 11110 1011000 110010

Color Harmonies of #F07F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07F10

Black with #F07F10

Text Example


Text Example

White with #F07F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07F10; }

 p { color: rgb(240,127,16); }

 H1.HeaderClassName
 {
   color: #F07F10;
 }
 .AnyTagClassName
 {
   color: #F07F10;
 }
</style>

background-color css

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

 a { background-color: rgb(240,127,16); }

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

border-color css

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

 span { border-color: rgb(240,127,16); }

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