Html Css Color HEX #FA800C Tangerine

📋 copy color: '#FA800C'

red 250 ◦ green 128 ◦ blue 12

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

Shades of Tangerine #FA800C

Tints of Tangerine #FA800C

RGB

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

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

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

R = 64.1%
G = 32.82%
B = 3.08%

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

#FA800C (or 0xFA800C) is known color: Tangerine. HEX triplet: FA, 80 and 0C. RGB value is (250,128,12). Sum of RGB (Red+Green+Blue) = 250+128+12=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA800C is #057FF3. Grayscale: #979797. Windows color (decimal): -360436 or 819450. OLE color: 819450.

HSL color Cylindrical-coordinate representation of color #FA800C: hue angle of 29.24º 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 #FA800C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 12 -
CMYK 0 0.49 0.95 0.02
HSL 29.24º 0.96% 0.51% -
HSV(B) 29.24º 0.95% 0.98% -
XYZ 47.21 35.79 4.77 -
YUV 151.25 49.42 198.43 -
System Red Green Blue C M Y K H S L
Decimal 250 128 12 0 0.49 0.95 0.02 29.24 0.96 0.51
Hex FA 80 C 0 31 5F 2 1D 60 33
Octal 372 200 14 0 61 137 2 35 140 63
Binary 11111010 10000000 1100 0 110001 1011111 10 11101 1100000 110011

Color Harmonies of #FA800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA800C

Black with #FA800C

Text Example


Text Example

White with #FA800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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