Html Css Color HEX #FA830E Tangerine

📋 copy color: '#FA830E'

red 250 ◦ green 131 ◦ blue 14

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

Shades of Tangerine #FA830E

Tints of Tangerine #FA830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

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

R = 63.29%
G = 33.16%
B = 3.54%

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

#FA830E (or 0xFA830E) is known color: Tangerine. HEX triplet: FA, 83 and 0E. RGB value is (250,131,14). Sum of RGB (Red+Green+Blue) = 250+131+14=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA830E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA830E is #057CF1. Grayscale: #999999. Windows color (decimal): -359666 or 951290. OLE color: 951290.

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

Color convert

RGB 250 131 14 -
CMYK 0 0.48 0.94 0.02
HSL 29.75º 0.96% 0.52% -
HSV(B) 29.75º 0.94% 0.98% -
XYZ 47.62 36.59 4.97 -
YUV 153.24 49.42 197.01 -
System Red Green Blue C M Y K H S L
Decimal 250 131 14 0 0.48 0.94 0.02 29.75 0.96 0.52
Hex FA 83 E 0 30 5E 2 1E 60 34
Octal 372 203 16 0 60 136 2 36 140 64
Binary 11111010 10000011 1110 0 110000 1011110 10 11110 1100000 110100

Color Harmonies of #FA830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA830E

Black with #FA830E

Text Example


Text Example

White with #FA830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA830E; }

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

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

background-color css

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

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

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

border-color css

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

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

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