Html Css Color HEX #FAA80B Dark Tangerine

📋 copy color: '#FAA80B'

red 250 ◦ green 168 ◦ blue 11

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

Shades of Dark Tangerine #FAA80B

Tints of Dark Tangerine #FAA80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.56%

R = 58.28%
G = 39.16%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAA80B (or 0xFAA80B) is known color: Dark Tangerine. HEX triplet: FA, A8 and 0B. RGB value is (250,168,11). Sum of RGB (Red+Green+Blue) = 250+168+11=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA80B is #0557F4. Grayscale: #AFAFAF. Windows color (decimal): -350197 or 764154. OLE color: 764154.

HSL color Cylindrical-coordinate representation of color #FAA80B: hue angle of 39.41º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAA80B is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 168 11 -
CMYK 0 0.33 0.96 0.02
HSL 39.41º 0.96% 0.51% -
HSV(B) 39.41º 0.96% 0.98% -
XYZ 53.49 48.35 6.83 -
YUV 174.62 35.67 181.77 -
System Red Green Blue C M Y K H S L
Decimal 250 168 11 0 0.33 0.96 0.02 39.41 0.96 0.51
Hex FA A8 B 0 21 60 2 27 60 33
Octal 372 250 13 0 41 140 2 47 140 63
Binary 11111010 10101000 1011 0 100001 1100000 10 100111 1100000 110011

Color Harmonies of #FAA80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA80B

Black with #FAA80B

Text Example


Text Example

White with #FAA80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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