Html Css Color HEX #FA850D Tangerine

📋 copy color: '#FA850D'

red 250 ◦ green 133 ◦ blue 13

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

Shades of Tangerine #FA850D

Tints of Tangerine #FA850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

 BLUE value IS 13 (5.47% from 255) = 3.28%

R = 63.13%
G = 33.59%
B = 3.28%

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

#FA850D (or 0xFA850D) is known color: Tangerine. HEX triplet: FA, 85 and 0D. RGB value is (250,133,13). Sum of RGB (Red+Green+Blue) = 250+133+13=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA850D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA850D is #057AF2. Grayscale: #9A9A9A. Windows color (decimal): -359155 or 886266. OLE color: 886266.

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

Color convert

RGB 250 133 13 -
CMYK 0 0.47 0.95 0.02
HSL 30.38º 0.96% 0.52% -
HSV(B) 30.38º 0.95% 0.98% -
XYZ 47.88 37.13 5.02 -
YUV 154.3 48.26 196.26 -
System Red Green Blue C M Y K H S L
Decimal 250 133 13 0 0.47 0.95 0.02 30.38 0.96 0.52
Hex FA 85 D 0 2F 5F 2 1E 60 34
Octal 372 205 15 0 57 137 2 36 140 64
Binary 11111010 10000101 1101 0 101111 1011111 10 11110 1100000 110100

Color Harmonies of #FA850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA850D

Black with #FA850D

Text Example


Text Example

White with #FA850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA850D; }

 p { color: rgb(250,133,13); }

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

background-color css

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

 a { background-color: rgb(250,133,13); }

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

border-color css

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

 span { border-color: rgb(250,133,13); }

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