Html Css Color HEX #FA7C00 Tangerine

📋 copy color: '#FA7C00'

red 250 ◦ green 124 ◦ blue 0

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

Shades of Tangerine #FA7C00

Tints of Tangerine #FA7C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.16%

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

R = 66.84%
G = 33.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA7C00 (or 0xFA7C00) is known color: Tangerine. HEX triplet: FA, 7C and 00. RGB value is (250,124,0). Sum of RGB (Red+Green+Blue) = 250+124+0=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7C00 is #0583FF. Grayscale: #949494. Windows color (decimal): -361472 or 31994. OLE color: 31994.

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

Color convert

RGB 250 124 0 -
CMYK 0 0.50 1 0.02
HSL 29.76º 1% 0.49% -
HSV(B) 29.76º 1% 0.98% -
XYZ 46.63 34.74 4.25 -
YUV 147.54 44.74 201.08 -
System Red Green Blue C M Y K H S L
Decimal 250 124 0 0 0.50 1 0.02 29.76 1 0.49
Hex FA 7C 0 0 32 64 2 1E 64 31
Octal 372 174 0 0 62 144 2 36 144 61
Binary 11111010 1111100 0 0 110010 1100100 10 11110 1100100 110001

Color Harmonies of #FA7C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C00

Black with #FA7C00

Text Example


Text Example

White with #FA7C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C00; }

 p { color: rgb(250,124,0); }

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

background-color css

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

 a { background-color: rgb(250,124,0); }

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

border-color css

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

 span { border-color: rgb(250,124,0); }

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