Html Css Color HEX #FAA30A Dark Tangerine

📋 copy color: '#FAA30A'

red 250 ◦ green 163 ◦ blue 10

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

Shades of Dark Tangerine #FAA30A

Tints of Dark Tangerine #FAA30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.36%

R = 59.1%
G = 38.53%
B = 2.36%

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

#FAA30A (or 0xFAA30A) is known color: Dark Tangerine. HEX triplet: FA, A3 and 0A. RGB value is (250,163,10). Sum of RGB (Red+Green+Blue) = 250+163+10=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA30A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA30A is #055CF5. Grayscale: #ACACAC. Windows color (decimal): -351478 or 697338. OLE color: 697338.

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

Color convert

RGB 250 163 10 -
CMYK 0 0.35 0.96 0.02
HSL 38.25º 0.96% 0.51% -
HSV(B) 38.25º 0.96% 0.98% -
XYZ 52.58 46.54 6.5 -
YUV 171.57 36.82 183.94 -
System Red Green Blue C M Y K H S L
Decimal 250 163 10 0 0.35 0.96 0.02 38.25 0.96 0.51
Hex FA A3 A 0 23 60 2 26 60 33
Octal 372 243 12 0 43 140 2 46 140 63
Binary 11111010 10100011 1010 0 100011 1100000 10 100110 1100000 110011

Color Harmonies of #FAA30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA30A

Black with #FAA30A

Text Example


Text Example

White with #FAA30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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