Html Css Color HEX #FAA81F Dark Tangerine

📋 copy color: '#FAA81F'

red 250 ◦ green 168 ◦ blue 31

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

Shades of Dark Tangerine #FAA81F

Tints of Dark Tangerine #FAA81F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.42%

 BLUE value IS 31 (12.5% from 255) = 6.9%

R = 55.68%
G = 37.42%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAA81F (or 0xFAA81F) is known color: Dark Tangerine. HEX triplet: FA, A8 and 1F. RGB value is (250,168,31). Sum of RGB (Red+Green+Blue) = 250+168+31=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA81F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA81F is #0557E0. Grayscale: #B1B1B1. Windows color (decimal): -350177 or 2074874. OLE color: 2074874.

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

Color convert

RGB 250 168 31 -
CMYK 0 0.33 0.88 0.02
HSL 37.53º 0.96% 0.55% -
HSV(B) 37.53º 0.88% 0.98% -
XYZ 53.67 48.43 7.81 -
YUV 176.9 45.67 180.14 -
System Red Green Blue C M Y K H S L
Decimal 250 168 31 0 0.33 0.88 0.02 37.53 0.96 0.55
Hex FA A8 1F 0 21 58 2 26 60 37
Octal 372 250 37 0 41 130 2 46 140 67
Binary 11111010 10101000 11111 0 100001 1011000 10 100110 1100000 110111

Color Harmonies of #FAA81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA81F

Black with #FAA81F

Text Example


Text Example

White with #FAA81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA81F; }

 p { color: rgb(250,168,31); }

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

background-color css

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

 a { background-color: rgb(250,168,31); }

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

border-color css

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

 span { border-color: rgb(250,168,31); }

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