Html Css Color HEX #FAA40F Dark Tangerine

📋 copy color: '#FAA40F'

red 250 ◦ green 164 ◦ blue 15

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

Shades of Dark Tangerine #FAA40F

Tints of Dark Tangerine #FAA40F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

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

R = 58.28%
G = 38.23%
B = 3.5%

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

#FAA40F (or 0xFAA40F) is known color: Dark Tangerine. HEX triplet: FA, A4 and 0F. RGB value is (250,164,15). Sum of RGB (Red+Green+Blue) = 250+164+15=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA40F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA40F is #055BF0. Grayscale: #ADADAD. Windows color (decimal): -351217 or 1025274. OLE color: 1025274.

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

Color convert

RGB 250 164 15 -
CMYK 0 0.34 0.94 0.02
HSL 38.04º 0.96% 0.52% -
HSV(B) 38.04º 0.94% 0.98% -
XYZ 52.79 46.91 6.72 -
YUV 172.73 38.99 183.12 -
System Red Green Blue C M Y K H S L
Decimal 250 164 15 0 0.34 0.94 0.02 38.04 0.96 0.52
Hex FA A4 F 0 22 5E 2 26 60 34
Octal 372 244 17 0 42 136 2 46 140 64
Binary 11111010 10100100 1111 0 100010 1011110 10 100110 1100000 110100

Color Harmonies of #FAA40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA40F

Black with #FAA40F

Text Example


Text Example

White with #FAA40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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