Html Css Color HEX #FAA10B Dark Tangerine

📋 copy color: '#FAA10B'

red 250 ◦ green 161 ◦ blue 11

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

Shades of Dark Tangerine #FAA10B

Tints of Dark Tangerine #FAA10B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

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

R = 59.24%
G = 38.15%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAA10B (or 0xFAA10B) is known color: Dark Tangerine. HEX triplet: FA, A1 and 0B. RGB value is (250,161,11). Sum of RGB (Red+Green+Blue) = 250+161+11=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA10B is #055EF4. Grayscale: #ABABAB. Windows color (decimal): -351989 or 762362. OLE color: 762362.

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

Color convert

RGB 250 161 11 -
CMYK 0 0.36 0.96 0.02
HSL 37.66º 0.96% 0.51% -
HSV(B) 37.66º 0.96% 0.98% -
XYZ 52.23 45.84 6.41 -
YUV 170.51 37.99 184.7 -
System Red Green Blue C M Y K H S L
Decimal 250 161 11 0 0.36 0.96 0.02 37.66 0.96 0.51
Hex FA A1 B 0 24 60 2 26 60 33
Octal 372 241 13 0 44 140 2 46 140 63
Binary 11111010 10100001 1011 0 100100 1100000 10 100110 1100000 110011

Color Harmonies of #FAA10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA10B

Black with #FAA10B

Text Example


Text Example

White with #FAA10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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