Html Css Color HEX #FAA80F Dark Tangerine

📋 copy color: '#FAA80F'

red 250 ◦ green 168 ◦ blue 15

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

Shades of Dark Tangerine #FAA80F

Tints of Dark Tangerine #FAA80F

RGB

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

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

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

R = 57.74%
G = 38.8%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAA80F (or 0xFAA80F) is known color: Dark Tangerine. HEX triplet: FA, A8 and 0F. RGB value is (250,168,15). Sum of RGB (Red+Green+Blue) = 250+168+15=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA80F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA80F is #0557F0. Grayscale: #AFAFAF. Windows color (decimal): -350193 or 1026298. OLE color: 1026298.

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

Color convert

RGB 250 168 15 -
CMYK 0 0.33 0.94 0.02
HSL 39.06º 0.96% 0.52% -
HSV(B) 39.06º 0.94% 0.98% -
XYZ 53.51 48.36 6.97 -
YUV 175.08 37.67 181.44 -
System Red Green Blue C M Y K H S L
Decimal 250 168 15 0 0.33 0.94 0.02 39.06 0.96 0.52
Hex FA A8 F 0 21 5E 2 27 60 34
Octal 372 250 17 0 41 136 2 47 140 64
Binary 11111010 10101000 1111 0 100001 1011110 10 100111 1100000 110100

Color Harmonies of #FAA80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA80F

Black with #FAA80F

Text Example


Text Example

White with #FAA80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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