Html Css Color HEX #FA820C Tangerine

📋 copy color: '#FA820C'

red 250 ◦ green 130 ◦ blue 12

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

Shades of Tangerine #FA820C

Tints of Tangerine #FA820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 63.78%
G = 33.16%
B = 3.06%

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

#FA820C (or 0xFA820C) is known color: Tangerine. HEX triplet: FA, 82 and 0C. RGB value is (250,130,12). Sum of RGB (Red+Green+Blue) = 250+130+12=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA820C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA820C is #057DF3. Grayscale: #999999. Windows color (decimal): -359924 or 819962. OLE color: 819962.

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

Color convert

RGB 250 130 12 -
CMYK 0 0.48 0.95 0.02
HSL 29.75º 0.96% 0.51% -
HSV(B) 29.75º 0.95% 0.98% -
XYZ 47.47 36.32 4.86 -
YUV 152.43 48.76 197.59 -
System Red Green Blue C M Y K H S L
Decimal 250 130 12 0 0.48 0.95 0.02 29.75 0.96 0.51
Hex FA 82 C 0 30 5F 2 1E 60 33
Octal 372 202 14 0 60 137 2 36 140 63
Binary 11111010 10000010 1100 0 110000 1011111 10 11110 1100000 110011

Color Harmonies of #FA820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA820C

Black with #FA820C

Text Example


Text Example

White with #FA820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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