Html Css Color HEX #FAA50F Dark Tangerine

📋 copy color: '#FAA50F'

red 250 ◦ green 165 ◦ blue 15

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

Shades of Dark Tangerine #FAA50F

Tints of Dark Tangerine #FAA50F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.37%

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

R = 58.14%
G = 38.37%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAA50F (or 0xFAA50F) is known color: Dark Tangerine. HEX triplet: FA, A5 and 0F. RGB value is (250,165,15). Sum of RGB (Red+Green+Blue) = 250+165+15=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA50F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA50F is #055AF0. Grayscale: #AEAEAE. Windows color (decimal): -350961 or 1025530. OLE color: 1025530.

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

Color convert

RGB 250 165 15 -
CMYK 0 0.34 0.94 0.02
HSL 38.3º 0.96% 0.52% -
HSV(B) 38.3º 0.94% 0.98% -
XYZ 52.97 47.27 6.78 -
YUV 173.32 38.66 182.7 -
System Red Green Blue C M Y K H S L
Decimal 250 165 15 0 0.34 0.94 0.02 38.3 0.96 0.52
Hex FA A5 F 0 22 5E 2 26 60 34
Octal 372 245 17 0 42 136 2 46 140 64
Binary 11111010 10100101 1111 0 100010 1011110 10 100110 1100000 110100

Color Harmonies of #FAA50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA50F

Black with #FAA50F

Text Example


Text Example

White with #FAA50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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