Html Css Color HEX #FAA00F Dark Tangerine

📋 copy color: '#FAA00F'

red 250 ◦ green 160 ◦ blue 15

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

Shades of Dark Tangerine #FAA00F

Tints of Dark Tangerine #FAA00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.65%

 BLUE value IS 15 (6.25% from 255) = 3.53%

R = 58.82%
G = 37.65%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAA00F (or 0xFAA00F) is known color: Dark Tangerine. HEX triplet: FA, A0 and 0F. RGB value is (250,160,15). Sum of RGB (Red+Green+Blue) = 250+160+15=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA00F is #055FF0. Grayscale: #ABABAB. Windows color (decimal): -352241 or 1024250. OLE color: 1024250.

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

Color convert

RGB 250 160 15 -
CMYK 0 0.36 0.94 0.02
HSL 37.02º 0.96% 0.52% -
HSV(B) 37.02º 0.94% 0.98% -
XYZ 52.08 45.5 6.49 -
YUV 170.38 40.32 184.79 -
System Red Green Blue C M Y K H S L
Decimal 250 160 15 0 0.36 0.94 0.02 37.02 0.96 0.52
Hex FA A0 F 0 24 5E 2 25 60 34
Octal 372 240 17 0 44 136 2 45 140 64
Binary 11111010 10100000 1111 0 100100 1011110 10 100101 1100000 110100

Color Harmonies of #FAA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA00F

Black with #FAA00F

Text Example


Text Example

White with #FAA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA00F; }

 p { color: rgb(250,160,15); }

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

background-color css

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

 a { background-color: rgb(250,160,15); }

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

border-color css

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

 span { border-color: rgb(250,160,15); }

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