Html Css Color HEX #FA840C Tangerine

📋 copy color: '#FA840C'

red 250 ◦ green 132 ◦ blue 12

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

Shades of Tangerine #FA840C

Tints of Tangerine #FA840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

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

R = 63.45%
G = 33.5%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA840C (or 0xFA840C) is known color: Tangerine. HEX triplet: FA, 84 and 0C. RGB value is (250,132,12). Sum of RGB (Red+Green+Blue) = 250+132+12=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA840C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA840C is #057BF3. Grayscale: #9A9A9A. Windows color (decimal): -359412 or 820474. OLE color: 820474.

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

Color convert

RGB 250 132 12 -
CMYK 0 0.47 0.95 0.02
HSL 30.25º 0.96% 0.51% -
HSV(B) 30.25º 0.95% 0.98% -
XYZ 47.74 36.85 4.94 -
YUV 153.6 48.09 196.76 -
System Red Green Blue C M Y K H S L
Decimal 250 132 12 0 0.47 0.95 0.02 30.25 0.96 0.51
Hex FA 84 C 0 2F 5F 2 1E 60 33
Octal 372 204 14 0 57 137 2 36 140 63
Binary 11111010 10000100 1100 0 101111 1011111 10 11110 1100000 110011

Color Harmonies of #FA840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA840C

Black with #FA840C

Text Example


Text Example

White with #FA840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA840C; }

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

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

background-color css

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

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

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

border-color css

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

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

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