Html Css Color HEX #F07A03 Tangerine

📋 copy color: '#F07A03'

red 240 ◦ green 122 ◦ blue 3

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

Shades of Tangerine #F07A03

Tints of Tangerine #F07A03

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.42%

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 65.75%
G = 33.42%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F07A03 (or 0xF07A03) is known color: Tangerine. HEX triplet: F0, 7A and 03. RGB value is (240,122,3). Sum of RGB (Red+Green+Blue) = 240+122+3=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07A03 is #0F85FC. Grayscale: #909090. Windows color (decimal): -1017341 or 228080. OLE color: 228080.

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

Color convert

RGB 240 122 3 -
CMYK 0 0.49 0.99 0.06
HSL 30.13º 0.98% 0.48% -
HSV(B) 30.13º 0.99% 0.94% -
XYZ 42.91 32.45 4.09 -
YUV 143.72 48.59 196.68 -
System Red Green Blue C M Y K H S L
Decimal 240 122 3 0 0.49 0.99 0.06 30.13 0.98 0.48
Hex F0 7A 3 0 31 63 6 1E 62 30
Octal 360 172 3 0 61 143 6 36 142 60
Binary 11110000 1111010 11 0 110001 1100011 110 11110 1100010 110000

Color Harmonies of #F07A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A03

Black with #F07A03

Text Example


Text Example

White with #F07A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A03; }

 p { color: rgb(240,122,3); }

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

background-color css

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

 a { background-color: rgb(240,122,3); }

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

border-color css

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

 span { border-color: rgb(240,122,3); }

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