Html Css Color HEX #FA9812 Dark Tangerine

📋 copy color: '#FA9812'

red 250 ◦ green 152 ◦ blue 18

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

Shades of Dark Tangerine #FA9812

Tints of Dark Tangerine #FA9812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 18 (7.42% from 255) = 4.29%

R = 59.52%
G = 36.19%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA9812 (or 0xFA9812) is known color: Dark Tangerine. HEX triplet: FA, 98 and 12. RGB value is (250,152,18). Sum of RGB (Red+Green+Blue) = 250+152+18=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9812 is #0567ED. Grayscale: #A6A6A6. Windows color (decimal): -354286 or 1218810. OLE color: 1218810.

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

Color convert

RGB 250 152 18 -
CMYK 0 0.39 0.93 0.02
HSL 34.66º 0.96% 0.53% -
HSV(B) 34.66º 0.93% 0.98% -
XYZ 50.76 42.82 6.16 -
YUV 166.03 44.47 187.9 -
System Red Green Blue C M Y K H S L
Decimal 250 152 18 0 0.39 0.93 0.02 34.66 0.96 0.53
Hex FA 98 12 0 27 5D 2 23 60 35
Octal 372 230 22 0 47 135 2 43 140 65
Binary 11111010 10011000 10010 0 100111 1011101 10 100011 1100000 110101

Color Harmonies of #FA9812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9812

Black with #FA9812

Text Example


Text Example

White with #FA9812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9812; }

 p { color: rgb(250,152,18); }

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

background-color css

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

 a { background-color: rgb(250,152,18); }

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

border-color css

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

 span { border-color: rgb(250,152,18); }

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