Html Css Color HEX #FAA40C Dark Tangerine

📋 copy color: '#FAA40C'

red 250 ◦ green 164 ◦ blue 12

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

Shades of Dark Tangerine #FAA40C

Tints of Dark Tangerine #FAA40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.5%

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 58.69%
G = 38.5%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAA40C (or 0xFAA40C) is known color: Dark Tangerine. HEX triplet: FA, A4 and 0C. RGB value is (250,164,12). Sum of RGB (Red+Green+Blue) = 250+164+12=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA40C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA40C is #055BF3. Grayscale: #ADADAD. Windows color (decimal): -351220 or 828666. OLE color: 828666.

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

Color convert

RGB 250 164 12 -
CMYK 0 0.34 0.95 0.02
HSL 38.32º 0.96% 0.51% -
HSV(B) 38.32º 0.95% 0.98% -
XYZ 52.77 46.9 6.62 -
YUV 172.39 37.49 183.36 -
System Red Green Blue C M Y K H S L
Decimal 250 164 12 0 0.34 0.95 0.02 38.32 0.96 0.51
Hex FA A4 C 0 22 5F 2 26 60 33
Octal 372 244 14 0 42 137 2 46 140 63
Binary 11111010 10100100 1100 0 100010 1011111 10 100110 1100000 110011

Color Harmonies of #FAA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA40C

Black with #FAA40C

Text Example


Text Example

White with #FAA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA40C; }

 p { color: rgb(250,164,12); }

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

background-color css

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

 a { background-color: rgb(250,164,12); }

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

border-color css

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

 span { border-color: rgb(250,164,12); }

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