Html Css Color HEX #F07C0E Tangerine

📋 copy color: '#F07C0E'

red 240 ◦ green 124 ◦ blue 14

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

Shades of Tangerine #F07C0E

Tints of Tangerine #F07C0E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.8%

 BLUE value IS 14 (5.86% from 255) = 3.7%

R = 63.49%
G = 32.8%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F07C0E (or 0xF07C0E) is known color: Tangerine. HEX triplet: F0, 7C and 0E. RGB value is (240,124,14). Sum of RGB (Red+Green+Blue) = 240+124+14=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07C0E is #0F83F1. Grayscale: #929292. Windows color (decimal): -1016818 or 949488. OLE color: 949488.

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

Color convert

RGB 240 124 14 -
CMYK 0 0.48 0.94 0.06
HSL 29.2º 0.89% 0.5% -
HSV(B) 29.2º 0.94% 0.94% -
XYZ 43.22 32.97 4.5 -
YUV 146.14 53.43 194.94 -
System Red Green Blue C M Y K H S L
Decimal 240 124 14 0 0.48 0.94 0.06 29.2 0.89 0.5
Hex F0 7C E 0 30 5E 6 1D 59 32
Octal 360 174 16 0 60 136 6 35 131 62
Binary 11110000 1111100 1110 0 110000 1011110 110 11101 1011001 110010

Color Harmonies of #F07C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C0E

Black with #F07C0E

Text Example


Text Example

White with #F07C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C0E; }

 p { color: rgb(240,124,14); }

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

background-color css

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

 a { background-color: rgb(240,124,14); }

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

border-color css

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

 span { border-color: rgb(240,124,14); }

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