Html Css Color HEX #FA800D Tangerine

📋 copy color: '#FA800D'

red 250 ◦ green 128 ◦ blue 13

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

Shades of Tangerine #FA800D

Tints of Tangerine #FA800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.74%

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 63.94%
G = 32.74%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA800D (or 0xFA800D) is known color: Tangerine. HEX triplet: FA, 80 and 0D. RGB value is (250,128,13). Sum of RGB (Red+Green+Blue) = 250+128+13=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA800D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA800D is #057FF2. Grayscale: #979797. Windows color (decimal): -360435 or 884986. OLE color: 884986.

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

Color convert

RGB 250 128 13 -
CMYK 0 0.49 0.95 0.02
HSL 29.11º 0.96% 0.52% -
HSV(B) 29.11º 0.95% 0.98% -
XYZ 47.22 35.79 4.8 -
YUV 151.37 49.92 198.35 -
System Red Green Blue C M Y K H S L
Decimal 250 128 13 0 0.49 0.95 0.02 29.11 0.96 0.52
Hex FA 80 D 0 31 5F 2 1D 60 34
Octal 372 200 15 0 61 137 2 35 140 64
Binary 11111010 10000000 1101 0 110001 1011111 10 11101 1100000 110100

Color Harmonies of #FA800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA800D

Black with #FA800D

Text Example


Text Example

White with #FA800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA800D; }

 p { color: rgb(250,128,13); }

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

background-color css

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

 a { background-color: rgb(250,128,13); }

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

border-color css

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

 span { border-color: rgb(250,128,13); }

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