Html Css Color HEX #F07A00 Tangerine

📋 copy color: '#F07A00'

red 240 ◦ green 122 ◦ blue 0

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

Shades of Tangerine #F07A00

Tints of Tangerine #F07A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.3%
G = 33.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F07A00 (or 0xF07A00) is known color: Tangerine. HEX triplet: F0, 7A and 00. RGB value is (240,122,0). Sum of RGB (Red+Green+Blue) = 240+122+0=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07A00 is #0F85FF. Grayscale: #8F8F8F. Windows color (decimal): -1017344 or 31472. OLE color: 31472.

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

Color convert

RGB 240 122 0 -
CMYK 0 0.49 1 0.06
HSL 30.5º 1% 0.47% -
HSV(B) 30.5º 1% 0.94% -
XYZ 42.89 32.44 4 -
YUV 143.37 47.09 196.92 -
System Red Green Blue C M Y K H S L
Decimal 240 122 0 0 0.49 1 0.06 30.5 1 0.47
Hex F0 7A 0 0 31 64 6 1E 64 2F
Octal 360 172 0 0 61 144 6 36 144 57
Binary 11110000 1111010 0 0 110001 1100100 110 11110 1100100 101111

Color Harmonies of #F07A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A00

Black with #F07A00

Text Example


Text Example

White with #F07A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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