Html Css Color HEX #FA810E Tangerine

📋 copy color: '#FA810E'

red 250 ◦ green 129 ◦ blue 14

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

Shades of Tangerine #FA810E

Tints of Tangerine #FA810E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

 BLUE value IS 14 (5.86% from 255) = 3.56%

R = 63.61%
G = 32.82%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA810E (or 0xFA810E) is known color: Tangerine. HEX triplet: FA, 81 and 0E. RGB value is (250,129,14). Sum of RGB (Red+Green+Blue) = 250+129+14=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA810E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA810E is #057EF1. Grayscale: #989898. Windows color (decimal): -360178 or 950778. OLE color: 950778.

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

Color convert

RGB 250 129 14 -
CMYK 0 0.48 0.94 0.02
HSL 29.24º 0.96% 0.52% -
HSV(B) 29.24º 0.94% 0.98% -
XYZ 47.35 36.06 4.88 -
YUV 152.07 50.09 197.85 -
System Red Green Blue C M Y K H S L
Decimal 250 129 14 0 0.48 0.94 0.02 29.24 0.96 0.52
Hex FA 81 E 0 30 5E 2 1D 60 34
Octal 372 201 16 0 60 136 2 35 140 64
Binary 11111010 10000001 1110 0 110000 1011110 10 11101 1100000 110100

Color Harmonies of #FA810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA810E

Black with #FA810E

Text Example


Text Example

White with #FA810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA810E; }

 p { color: rgb(250,129,14); }

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

background-color css

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

 a { background-color: rgb(250,129,14); }

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

border-color css

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

 span { border-color: rgb(250,129,14); }

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