Html Css Color HEX #FAA90F Dark Tangerine

📋 copy color: '#FAA90F'

red 250 ◦ green 169 ◦ blue 15

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

Shades of Dark Tangerine #FAA90F

Tints of Dark Tangerine #FAA90F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.94%

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

R = 57.6%
G = 38.94%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAA90F (or 0xFAA90F) is known color: Dark Tangerine. HEX triplet: FA, A9 and 0F. RGB value is (250,169,15). Sum of RGB (Red+Green+Blue) = 250+169+15=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA90F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA90F is #0556F0. Grayscale: #B0B0B0. Windows color (decimal): -349937 or 1026554. OLE color: 1026554.

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

Color convert

RGB 250 169 15 -
CMYK 0 0.32 0.94 0.02
HSL 39.32º 0.96% 0.52% -
HSV(B) 39.32º 0.94% 0.98% -
XYZ 53.7 48.73 7.03 -
YUV 175.66 37.34 181.02 -
System Red Green Blue C M Y K H S L
Decimal 250 169 15 0 0.32 0.94 0.02 39.32 0.96 0.52
Hex FA A9 F 0 20 5E 2 27 60 34
Octal 372 251 17 0 40 136 2 47 140 64
Binary 11111010 10101001 1111 0 100000 1011110 10 100111 1100000 110100

Color Harmonies of #FAA90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA90F

Black with #FAA90F

Text Example


Text Example

White with #FAA90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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