Html Css Color HEX #FA7A07 Tangerine

📋 copy color: '#FA7A07'

red 250 ◦ green 122 ◦ blue 7

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

Shades of Tangerine #FA7A07

Tints of Tangerine #FA7A07

RGB

 RED value IS 250 (98.05% from 255) = 65.96%

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

 BLUE value IS 7 (3.13% from 255) = 1.85%

R = 65.96%
G = 32.19%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA7A07 (or 0xFA7A07) is known color: Tangerine. HEX triplet: FA, 7A and 07. RGB value is (250,122,7). Sum of RGB (Red+Green+Blue) = 250+122+7=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7A07 is #0585F8. Grayscale: #939393. Windows color (decimal): -361977 or 490234. OLE color: 490234.

HSL color Cylindrical-coordinate representation of color #FA7A07: hue angle of 28.4º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA7A07 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 122 7 -
CMYK 0 0.51 0.97 0.02
HSL 28.4º 0.96% 0.5% -
HSV(B) 28.4º 0.97% 0.98% -
XYZ 46.42 34.26 4.37 -
YUV 147.16 48.91 201.35 -
System Red Green Blue C M Y K H S L
Decimal 250 122 7 0 0.51 0.97 0.02 28.4 0.96 0.5
Hex FA 7A 7 0 33 61 2 1C 60 32
Octal 372 172 7 0 63 141 2 34 140 62
Binary 11111010 1111010 111 0 110011 1100001 10 11100 1100000 110010

Color Harmonies of #FA7A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7A07

Black with #FA7A07

Text Example


Text Example

White with #FA7A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7A07; }

 p { color: rgb(250,122,7); }

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

background-color css

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

 a { background-color: rgb(250,122,7); }

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

border-color css

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

 span { border-color: rgb(250,122,7); }

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