Html Css Color HEX #FA7805 Tangerine

📋 copy color: '#FA7805'

red 250 ◦ green 120 ◦ blue 5

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

Shades of Tangerine #FA7805

Tints of Tangerine #FA7805

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 66.67%
G = 32%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA7805 (or 0xFA7805) is known color: Tangerine. HEX triplet: FA, 78 and 05. RGB value is (250,120,5). Sum of RGB (Red+Green+Blue) = 250+120+5=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7805 is #0587FA. Grayscale: #929292. Windows color (decimal): -362491 or 358650. OLE color: 358650.

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

Color convert

RGB 250 120 5 -
CMYK 0 0.52 0.98 0.02
HSL 28.16º 0.96% 0.5% -
HSV(B) 28.16º 0.98% 0.98% -
XYZ 46.17 33.77 4.23 -
YUV 145.76 48.57 202.35 -
System Red Green Blue C M Y K H S L
Decimal 250 120 5 0 0.52 0.98 0.02 28.16 0.96 0.5
Hex FA 78 5 0 34 62 2 1C 60 32
Octal 372 170 5 0 64 142 2 34 140 62
Binary 11111010 1111000 101 0 110100 1100010 10 11100 1100000 110010

Color Harmonies of #FA7805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7805

Black with #FA7805

Text Example


Text Example

White with #FA7805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7805; }

 p { color: rgb(250,120,5); }

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

background-color css

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

 a { background-color: rgb(250,120,5); }

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

border-color css

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

 span { border-color: rgb(250,120,5); }

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