Html Css Color HEX #FA810C Tangerine

📋 copy color: '#FA810C'

red 250 ◦ green 129 ◦ blue 12

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

Shades of Tangerine #FA810C

Tints of Tangerine #FA810C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.07%

R = 63.94%
G = 32.99%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA810C (or 0xFA810C) is known color: Tangerine. HEX triplet: FA, 81 and 0C. RGB value is (250,129,12). Sum of RGB (Red+Green+Blue) = 250+129+12=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA810C is #057EF3. Grayscale: #989898. Windows color (decimal): -360180 or 819706. OLE color: 819706.

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

Color convert

RGB 250 129 12 -
CMYK 0 0.48 0.95 0.02
HSL 29.5º 0.96% 0.51% -
HSV(B) 29.5º 0.95% 0.98% -
XYZ 47.34 36.05 4.81 -
YUV 151.84 49.09 198.01 -
System Red Green Blue C M Y K H S L
Decimal 250 129 12 0 0.48 0.95 0.02 29.5 0.96 0.51
Hex FA 81 C 0 30 5F 2 1D 60 33
Octal 372 201 14 0 60 137 2 35 140 63
Binary 11111010 10000001 1100 0 110000 1011111 10 11101 1100000 110011

Color Harmonies of #FA810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA810C

Black with #FA810C

Text Example


Text Example

White with #FA810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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