Html Css Color HEX #F07D0A Tangerine

📋 copy color: '#F07D0A'

red 240 ◦ green 125 ◦ blue 10

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

Shades of Tangerine #F07D0A

Tints of Tangerine #F07D0A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.33%

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 64%
G = 33.33%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F07D0A (or 0xF07D0A) is known color: Tangerine. HEX triplet: F0, 7D and 0A. RGB value is (240,125,10). Sum of RGB (Red+Green+Blue) = 240+125+10=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07D0A is #0F82F5. Grayscale: #929292. Windows color (decimal): -1016566 or 687600. OLE color: 687600.

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

Color convert

RGB 240 125 10 -
CMYK 0 0.48 0.96 0.06
HSL 30º 0.92% 0.49% -
HSV(B) 30º 0.96% 0.94% -
XYZ 43.32 33.21 4.41 -
YUV 146.28 51.1 194.85 -
System Red Green Blue C M Y K H S L
Decimal 240 125 10 0 0.48 0.96 0.06 30 0.92 0.49
Hex F0 7D A 0 30 60 6 1E 5C 31
Octal 360 175 12 0 60 140 6 36 134 61
Binary 11110000 1111101 1010 0 110000 1100000 110 11110 1011100 110001

Color Harmonies of #F07D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D0A

Black with #F07D0A

Text Example


Text Example

White with #F07D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D0A; }

 p { color: rgb(240,125,10); }

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

background-color css

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

 a { background-color: rgb(240,125,10); }

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

border-color css

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

 span { border-color: rgb(240,125,10); }

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