Html Css Color HEX #FAA30B Dark Tangerine

📋 copy color: '#FAA30B'

red 250 ◦ green 163 ◦ blue 11

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

Shades of Dark Tangerine #FAA30B

Tints of Dark Tangerine #FAA30B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.44%

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

R = 58.96%
G = 38.44%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAA30B (or 0xFAA30B) is known color: Dark Tangerine. HEX triplet: FA, A3 and 0B. RGB value is (250,163,11). Sum of RGB (Red+Green+Blue) = 250+163+11=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA30B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA30B is #055CF4. Grayscale: #ACACAC. Windows color (decimal): -351477 or 762874. OLE color: 762874.

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

Color convert

RGB 250 163 11 -
CMYK 0 0.35 0.96 0.02
HSL 38.16º 0.96% 0.51% -
HSV(B) 38.16º 0.96% 0.98% -
XYZ 52.58 46.54 6.53 -
YUV 171.69 37.32 183.86 -
System Red Green Blue C M Y K H S L
Decimal 250 163 11 0 0.35 0.96 0.02 38.16 0.96 0.51
Hex FA A3 B 0 23 60 2 26 60 33
Octal 372 243 13 0 43 140 2 46 140 63
Binary 11111010 10100011 1011 0 100011 1100000 10 100110 1100000 110011

Color Harmonies of #FAA30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA30B

Black with #FAA30B

Text Example


Text Example

White with #FAA30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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